Skip to content

Commit

Permalink
Sync to TFS -- natvis update
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Mar 19, 2014
1 parent 587f519 commit ee2eadf
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Release/nuget/cpprest.natvis
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,8 @@
{(*((web::json::details::_Boolean*)(m_value._Myptr))).m_value}
</DisplayString>

<DisplayString Condition="(m_kind==web::json::value::String) &amp;&amp; (((&amp;((*((web::json::details::_String*)(m_value._Myptr))).m_string))))->_Myptr==0x00000000">
{*((((&amp;((*((web::json::details::_String*)(m_value._Myptr))).m_wstring)))))->_Myptr}
</DisplayString>
<DisplayString Condition="(m_kind==web::json::value::String) &amp;&amp; (((&amp;((*((web::json::details::_String*)(m_value._Myptr))).m_wstring))))->_Myptr==0x00000000">
{*((((&amp;((*((web::json::details::_String*)(m_value._Myptr))).m_string)))))->_Myptr}
<DisplayString Condition="(m_kind==web::json::value::String)">
{((((&amp;((*((web::json::details::_String*)(m_value._Myptr))).m_string)))))}
</DisplayString>

<DisplayString Condition="m_kind==web::json::value::Null">null</DisplayString>
Expand All @@ -149,13 +146,13 @@

<Expand>
<ArrayItems Condition="m_kind==web::json::value::Object">
<Size>m_object.m_elements._Mylast - m_object.m_elements._Myfirst</Size>
<ValuePointer>m_object.m_elements._Myfirst</ValuePointer>
<Size>(*((web::json::details::_Object*)(m_value._Myptr))).m_object.m_elements._Mylast - (*((web::json::details::_Object*)(m_value._Myptr))).m_object.m_elements._Myfirst</Size>
<ValuePointer>(*((web::json::details::_Object*)(m_value._Myptr))).m_object.m_elements._Myfirst</ValuePointer>
</ArrayItems>

<ArrayItems Condition="m_kind==web::json::value::Array">
<Size>m_array.m_elements._Mylast - m_array.m_elements._Myfirst</Size>
<ValuePointer>m_array.m_elements._Myfirst</ValuePointer>
<Size>(*((web::json::details::_Array*)(m_value._Myptr))).m_array.m_elements._Mylast - (*((web::json::details::_Array*)(m_value._Myptr))).m_array.m_elements._Myfirst</Size>
<ValuePointer>(*((web::json::details::_Array*)(m_value._Myptr))).m_array.m_elements._Myfirst</ValuePointer>
</ArrayItems>
</Expand>

Expand Down

0 comments on commit ee2eadf

Please sign in to comment.