Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: tools/win/DebugVisualizers/chrome.natvis

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <AutoVisualizer 2 <AutoVisualizer
3 xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> 3 xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
4 <Type Name="gfx::Point"> 4 <Type Name="gfx::Point">
5 <AlternativeType Name="gfx::PointF"/> 5 <AlternativeType Name="gfx::PointF"/>
6 <DisplayString>({x_}, {y_})</DisplayString> 6 <DisplayString>({x_}, {y_})</DisplayString>
7 <Expand> 7 <Expand>
8 <Item Name="X">x_</Item> 8 <Item Name="X">x_</Item>
9 <Item Name="Y">y_</Item> 9 <Item Name="Y">y_</Item>
10 </Expand> 10 </Expand>
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 <DisplayString>spec_._Myres[parsed_.ref.begin][</DisplayString> 221 <DisplayString>spec_._Myres[parsed_.ref.begin][</DisplayString>
222 </Synthetic> 222 </Synthetic>
223 </Expand> 223 </Expand>
224 </Type> 224 </Type>
225 <Type Name="base::Value"> 225 <Type Name="base::Value">
226 <DisplayString>{type_}</DisplayString> 226 <DisplayString>{type_}</DisplayString>
227 <Expand> 227 <Expand>
228 <Item Name="Type">type_</Item> 228 <Item Name="Type">type_</Item>
229 </Expand> 229 </Expand>
230 </Type> 230 </Type>
231 <Type Name="base::FundamentalValue"> 231 <Type Name="base::Value">
232 <DisplayString>Fundamental</DisplayString> 232 <DisplayString>Fundamental</DisplayString>
233 <Expand> 233 <Expand>
234 <ExpandedItem>(base::Value*)this,nd</ExpandedItem> 234 <ExpandedItem>(base::Value*)this,nd</ExpandedItem>
235 <Item Name="Int">integer_value_</Item> 235 <Item Name="Int">integer_value_</Item>
236 <Item Name="Bool">boolean_value_</Item> 236 <Item Name="Bool">boolean_value_</Item>
237 <Item Name="Double">double_value_</Item> 237 <Item Name="Double">double_value_</Item>
238 </Expand> 238 </Expand>
239 </Type> 239 </Type>
240 <Type Name="base::StringValue"> 240 <Type Name="base::StringValue">
241 <DisplayString>String ({value_})</DisplayString> 241 <DisplayString>String ({value_})</DisplayString>
(...skipping 14 matching lines...) Expand all
256 <Expand> 256 <Expand>
257 <ExpandedItem>dictionary_</ExpandedItem> 257 <ExpandedItem>dictionary_</ExpandedItem>
258 </Expand> 258 </Expand>
259 </Type> 259 </Type>
260 <Type Name="base::ListValue"> 260 <Type Name="base::ListValue">
261 <DisplayString>List ({list_._Mysize} entries)</DisplayString> 261 <DisplayString>List ({list_._Mysize} entries)</DisplayString>
262 <Expand> 262 <Expand>
263 <ExpandedItem>list_</ExpandedItem> 263 <ExpandedItem>list_</ExpandedItem>
264 </Expand> 264 </Expand>
265 </Type> 265 </Type>
266 </AutoVisualizer> 266 </AutoVisualizer>
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/test/simple_api_unittest.cc ('k') | ui/chromeos/network/network_state_notifier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698