File tree 1 file changed +7
-10
lines changed
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 127
127
{(*((web::json::details::_Boolean*)(m_value._Myptr))).m_value}
128
128
</DisplayString >
129
129
130
- <DisplayString Condition =" (m_kind==web::json::value::String) && (((& ((*((web::json::details::_String*)(m_value._Myptr))).m_string))))->_Myptr==0x00000000" >
131
- {*((((& ((*((web::json::details::_String*)(m_value._Myptr))).m_wstring)))))->_Myptr}
132
- </DisplayString >
133
- <DisplayString Condition =" (m_kind==web::json::value::String) && (((& ((*((web::json::details::_String*)(m_value._Myptr))).m_wstring))))->_Myptr==0x00000000" >
134
- {*((((& ((*((web::json::details::_String*)(m_value._Myptr))).m_string)))))->_Myptr}
130
+ <DisplayString Condition =" (m_kind==web::json::value::String)" >
131
+ {((((& ((*((web::json::details::_String*)(m_value._Myptr))).m_string)))))}
135
132
</DisplayString >
136
133
137
134
<DisplayString Condition =" m_kind==web::json::value::Null" >null</DisplayString >
149
146
150
147
<Expand >
151
148
<ArrayItems Condition =" m_kind==web::json::value::Object" >
152
- <Size >m_object.m_elements._Mylast - m_object.m_elements._Myfirst</Size >
153
- <ValuePointer >m_object.m_elements._Myfirst</ValuePointer >
149
+ <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 >
150
+ <ValuePointer >(*((web::json::details::_Object*)(m_value._Myptr))). m_object.m_elements._Myfirst</ValuePointer >
154
151
</ArrayItems >
155
-
152
+
156
153
<ArrayItems Condition =" m_kind==web::json::value::Array" >
157
- <Size >m_array.m_elements._Mylast - m_array.m_elements._Myfirst</Size >
158
- <ValuePointer >m_array.m_elements._Myfirst</ValuePointer >
154
+ <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 >
155
+ <ValuePointer >(*((web::json::details::_Array*)(m_value._Myptr))). m_array.m_elements._Myfirst</ValuePointer >
159
156
</ArrayItems >
160
157
</Expand >
161
158
You can’t perform that action at this time.
0 commit comments