|
35 | 35 | </Expand> |
36 | 36 | </Type> |
37 | 37 |
|
| 38 | + <Type Name="nlohmann::detail::json_default_base"> |
| 39 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::null">null</DisplayString> |
| 40 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 41 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 42 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 43 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 44 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 45 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 46 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 47 | + <DisplayString Condition="m_data.m_type == nlohmann::detail::value_t::discarded">discarded</DisplayString> |
| 48 | + <Expand> |
| 49 | + <ExpandedItem Condition="m_data.m_type == nlohmann::detail::value_t::object"> |
| 50 | + *(m_data.m_value.object),view(simple) |
| 51 | + </ExpandedItem> |
| 52 | + <ExpandedItem Condition="m_data.m_type == nlohmann::detail::value_t::array"> |
| 53 | + *(m_data.m_value.array),view(simple) |
| 54 | + </ExpandedItem> |
| 55 | + </Expand> |
| 56 | + </Type> |
| 57 | + |
38 | 58 | <!-- Namespace nlohmann::json_abi --> |
39 | 59 | <Type Name="nlohmann::json_abi::basic_json<*>"> |
40 | 60 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::null">null</DisplayString> |
|
65 | 85 | </Expand> |
66 | 86 | </Type> |
67 | 87 |
|
| 88 | + <Type Name="nlohmann::json_abi::detail::json_default_base"> |
| 89 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::null">null</DisplayString> |
| 90 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 91 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 92 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 93 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 94 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 95 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 96 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 97 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::discarded">discarded</DisplayString> |
| 98 | + <Expand> |
| 99 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::object"> |
| 100 | + *(m_data.m_value.object),view(simple) |
| 101 | + </ExpandedItem> |
| 102 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi::detail::value_t::array"> |
| 103 | + *(m_data.m_value.array),view(simple) |
| 104 | + </ExpandedItem> |
| 105 | + </Expand> |
| 106 | + </Type> |
| 107 | + |
68 | 108 | <!-- Namespace nlohmann::json_abi_v3_12_0 --> |
69 | 109 | <Type Name="nlohmann::json_abi_v3_12_0::basic_json<*>"> |
70 | 110 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::null">null</DisplayString> |
|
95 | 135 | </Expand> |
96 | 136 | </Type> |
97 | 137 |
|
| 138 | + <Type Name="nlohmann::json_abi_v3_12_0::detail::json_default_base"> |
| 139 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::null">null</DisplayString> |
| 140 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 141 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 142 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 143 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 144 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 145 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 146 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 147 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::discarded">discarded</DisplayString> |
| 148 | + <Expand> |
| 149 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::object"> |
| 150 | + *(m_data.m_value.object),view(simple) |
| 151 | + </ExpandedItem> |
| 152 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_v3_12_0::detail::value_t::array"> |
| 153 | + *(m_data.m_value.array),view(simple) |
| 154 | + </ExpandedItem> |
| 155 | + </Expand> |
| 156 | + </Type> |
| 157 | + |
98 | 158 | <!-- Namespace nlohmann::json_abi_diag --> |
99 | 159 | <Type Name="nlohmann::json_abi_diag::basic_json<*>"> |
100 | 160 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::null">null</DisplayString> |
|
125 | 185 | </Expand> |
126 | 186 | </Type> |
127 | 187 |
|
| 188 | + <Type Name="nlohmann::json_abi_diag::detail::json_default_base"> |
| 189 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::null">null</DisplayString> |
| 190 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 191 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 192 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 193 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 194 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 195 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 196 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 197 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::discarded">discarded</DisplayString> |
| 198 | + <Expand> |
| 199 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::object"> |
| 200 | + *(m_data.m_value.object),view(simple) |
| 201 | + </ExpandedItem> |
| 202 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag::detail::value_t::array"> |
| 203 | + *(m_data.m_value.array),view(simple) |
| 204 | + </ExpandedItem> |
| 205 | + </Expand> |
| 206 | + </Type> |
| 207 | + |
128 | 208 | <!-- Namespace nlohmann::json_abi_diag_v3_12_0 --> |
129 | 209 | <Type Name="nlohmann::json_abi_diag_v3_12_0::basic_json<*>"> |
130 | 210 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::null">null</DisplayString> |
|
155 | 235 | </Expand> |
156 | 236 | </Type> |
157 | 237 |
|
| 238 | + <Type Name="nlohmann::json_abi_diag_v3_12_0::detail::json_default_base"> |
| 239 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::null">null</DisplayString> |
| 240 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 241 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 242 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 243 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 244 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 245 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 246 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 247 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::discarded">discarded</DisplayString> |
| 248 | + <Expand> |
| 249 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::object"> |
| 250 | + *(m_data.m_value.object),view(simple) |
| 251 | + </ExpandedItem> |
| 252 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_v3_12_0::detail::value_t::array"> |
| 253 | + *(m_data.m_value.array),view(simple) |
| 254 | + </ExpandedItem> |
| 255 | + </Expand> |
| 256 | + </Type> |
| 257 | + |
158 | 258 | <!-- Namespace nlohmann::json_abi_ldvcmp --> |
159 | 259 | <Type Name="nlohmann::json_abi_ldvcmp::basic_json<*>"> |
160 | 260 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::null">null</DisplayString> |
|
185 | 285 | </Expand> |
186 | 286 | </Type> |
187 | 287 |
|
| 288 | + <Type Name="nlohmann::json_abi_ldvcmp::detail::json_default_base"> |
| 289 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::null">null</DisplayString> |
| 290 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 291 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 292 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 293 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 294 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 295 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 296 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 297 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::discarded">discarded</DisplayString> |
| 298 | + <Expand> |
| 299 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::object"> |
| 300 | + *(m_data.m_value.object),view(simple) |
| 301 | + </ExpandedItem> |
| 302 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp::detail::value_t::array"> |
| 303 | + *(m_data.m_value.array),view(simple) |
| 304 | + </ExpandedItem> |
| 305 | + </Expand> |
| 306 | + </Type> |
| 307 | + |
188 | 308 | <!-- Namespace nlohmann::json_abi_ldvcmp_v3_12_0 --> |
189 | 309 | <Type Name="nlohmann::json_abi_ldvcmp_v3_12_0::basic_json<*>"> |
190 | 310 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::null">null</DisplayString> |
|
215 | 335 | </Expand> |
216 | 336 | </Type> |
217 | 337 |
|
| 338 | + <Type Name="nlohmann::json_abi_ldvcmp_v3_12_0::detail::json_default_base"> |
| 339 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::null">null</DisplayString> |
| 340 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 341 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 342 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 343 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 344 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 345 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 346 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 347 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::discarded">discarded</DisplayString> |
| 348 | + <Expand> |
| 349 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::object"> |
| 350 | + *(m_data.m_value.object),view(simple) |
| 351 | + </ExpandedItem> |
| 352 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_ldvcmp_v3_12_0::detail::value_t::array"> |
| 353 | + *(m_data.m_value.array),view(simple) |
| 354 | + </ExpandedItem> |
| 355 | + </Expand> |
| 356 | + </Type> |
| 357 | + |
218 | 358 | <!-- Namespace nlohmann::json_abi_diag_ldvcmp --> |
219 | 359 | <Type Name="nlohmann::json_abi_diag_ldvcmp::basic_json<*>"> |
220 | 360 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::null">null</DisplayString> |
|
245 | 385 | </Expand> |
246 | 386 | </Type> |
247 | 387 |
|
| 388 | + <Type Name="nlohmann::json_abi_diag_ldvcmp::detail::json_default_base"> |
| 389 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::null">null</DisplayString> |
| 390 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 391 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 392 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 393 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 394 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 395 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 396 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 397 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::discarded">discarded</DisplayString> |
| 398 | + <Expand> |
| 399 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::object"> |
| 400 | + *(m_data.m_value.object),view(simple) |
| 401 | + </ExpandedItem> |
| 402 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp::detail::value_t::array"> |
| 403 | + *(m_data.m_value.array),view(simple) |
| 404 | + </ExpandedItem> |
| 405 | + </Expand> |
| 406 | + </Type> |
| 407 | + |
248 | 408 | <!-- Namespace nlohmann::json_abi_diag_ldvcmp_v3_12_0 --> |
249 | 409 | <Type Name="nlohmann::json_abi_diag_ldvcmp_v3_12_0::basic_json<*>"> |
250 | 410 | <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::null">null</DisplayString> |
|
275 | 435 | </Expand> |
276 | 436 | </Type> |
277 | 437 |
|
| 438 | + <Type Name="nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::json_default_base"> |
| 439 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::null">null</DisplayString> |
| 440 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::object">{*(m_data.m_value.object)}</DisplayString> |
| 441 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::array">{*(m_data.m_value.array)}</DisplayString> |
| 442 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::string">{*(m_data.m_value.string)}</DisplayString> |
| 443 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::boolean">{m_data.m_value.boolean}</DisplayString> |
| 444 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::number_integer">{m_data.m_value.number_integer}</DisplayString> |
| 445 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::number_unsigned">{m_data.m_value.number_unsigned}</DisplayString> |
| 446 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::number_float">{m_data.m_value.number_float}</DisplayString> |
| 447 | + <DisplayString Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::discarded">discarded</DisplayString> |
| 448 | + <Expand> |
| 449 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::object"> |
| 450 | + *(m_data.m_value.object),view(simple) |
| 451 | + </ExpandedItem> |
| 452 | + <ExpandedItem Condition="m_data.m_type == nlohmann::json_abi_diag_ldvcmp_v3_12_0::detail::value_t::array"> |
| 453 | + *(m_data.m_value.array),view(simple) |
| 454 | + </ExpandedItem> |
| 455 | + </Expand> |
| 456 | + </Type> |
| 457 | + |
278 | 458 | </AutoVisualizer> |
0 commit comments