1{ 2 "array_types" : 3 [ 4 { 5 "is_of_unknown_bound" : true, 6 "linker_set_key" : "_ZTIA_PKc", 7 "name" : "const char *[]", 8 "referenced_type" : "_ZTIPKc", 9 "self_type" : "_ZTIA_PKc", 10 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 11 } 12 ], 13 "builtin_types" : 14 [ 15 { 16 "alignment" : 1, 17 "is_integral" : true, 18 "is_unsigned" : true, 19 "linker_set_key" : "_ZTIb", 20 "name" : "bool", 21 "referenced_type" : "_ZTIb", 22 "self_type" : "_ZTIb", 23 "size" : 1 24 }, 25 { 26 "alignment" : 1, 27 "is_integral" : true, 28 "is_unsigned" : true, 29 "linker_set_key" : "_ZTIc", 30 "name" : "char", 31 "referenced_type" : "_ZTIc", 32 "self_type" : "_ZTIc", 33 "size" : 1 34 }, 35 { 36 "alignment" : 8, 37 "linker_set_key" : "_ZTId", 38 "name" : "double", 39 "referenced_type" : "_ZTId", 40 "self_type" : "_ZTId", 41 "size" : 8 42 }, 43 { 44 "alignment" : 4, 45 "linker_set_key" : "_ZTIf", 46 "name" : "float", 47 "referenced_type" : "_ZTIf", 48 "self_type" : "_ZTIf", 49 "size" : 4 50 }, 51 { 52 "alignment" : 1, 53 "is_integral" : true, 54 "is_unsigned" : true, 55 "linker_set_key" : "_ZTIh", 56 "name" : "unsigned char", 57 "referenced_type" : "_ZTIh", 58 "self_type" : "_ZTIh", 59 "size" : 1 60 }, 61 { 62 "alignment" : 4, 63 "is_integral" : true, 64 "linker_set_key" : "_ZTIi", 65 "name" : "int", 66 "referenced_type" : "_ZTIi", 67 "self_type" : "_ZTIi", 68 "size" : 4 69 }, 70 { 71 "alignment" : 4, 72 "is_integral" : true, 73 "is_unsigned" : true, 74 "linker_set_key" : "_ZTIj", 75 "name" : "unsigned int", 76 "referenced_type" : "_ZTIj", 77 "self_type" : "_ZTIj", 78 "size" : 4 79 }, 80 { 81 "alignment" : 8, 82 "is_integral" : true, 83 "linker_set_key" : "_ZTIl", 84 "name" : "long", 85 "referenced_type" : "_ZTIl", 86 "self_type" : "_ZTIl", 87 "size" : 8 88 }, 89 { 90 "alignment" : 8, 91 "is_integral" : true, 92 "is_unsigned" : true, 93 "linker_set_key" : "_ZTIm", 94 "name" : "unsigned long", 95 "referenced_type" : "_ZTIm", 96 "self_type" : "_ZTIm", 97 "size" : 8 98 }, 99 { 100 "linker_set_key" : "_ZTIv", 101 "name" : "void", 102 "referenced_type" : "_ZTIv", 103 "self_type" : "_ZTIv" 104 } 105 ], 106 "elf_functions" : 107 [ 108 { 109 "name" : "_encoder_breaker" 110 }, 111 { 112 "name" : "_encoder_visitor" 113 }, 114 { 115 "name" : "cn_cbor_array_append" 116 }, 117 { 118 "name" : "cn_cbor_array_create" 119 }, 120 { 121 "name" : "cn_cbor_data_create" 122 }, 123 { 124 "name" : "cn_cbor_decode" 125 }, 126 { 127 "name" : "cn_cbor_double_create" 128 }, 129 { 130 "name" : "cn_cbor_encoder_write" 131 }, 132 { 133 "name" : "cn_cbor_float_create" 134 }, 135 { 136 "name" : "cn_cbor_free" 137 }, 138 { 139 "name" : "cn_cbor_index" 140 }, 141 { 142 "name" : "cn_cbor_int_create" 143 }, 144 { 145 "name" : "cn_cbor_map_create" 146 }, 147 { 148 "name" : "cn_cbor_map_put" 149 }, 150 { 151 "name" : "cn_cbor_mapget_int" 152 }, 153 { 154 "name" : "cn_cbor_mapget_string" 155 }, 156 { 157 "name" : "cn_cbor_mapput_int" 158 }, 159 { 160 "name" : "cn_cbor_mapput_string" 161 }, 162 { 163 "name" : "cn_cbor_string_create" 164 } 165 ], 166 "elf_objects" : 167 [ 168 { 169 "name" : "cn_cbor_error_str" 170 } 171 ], 172 "enum_types" : 173 [ 174 { 175 "alignment" : 4, 176 "enum_fields" : 177 [ 178 { 179 "enum_field_value" : 0, 180 "name" : "CN_CBOR_FALSE" 181 }, 182 { 183 "enum_field_value" : 1, 184 "name" : "CN_CBOR_TRUE" 185 }, 186 { 187 "enum_field_value" : 2, 188 "name" : "CN_CBOR_NULL" 189 }, 190 { 191 "enum_field_value" : 3, 192 "name" : "CN_CBOR_UNDEF" 193 }, 194 { 195 "enum_field_value" : 4, 196 "name" : "CN_CBOR_UINT" 197 }, 198 { 199 "enum_field_value" : 5, 200 "name" : "CN_CBOR_INT" 201 }, 202 { 203 "enum_field_value" : 6, 204 "name" : "CN_CBOR_BYTES" 205 }, 206 { 207 "enum_field_value" : 7, 208 "name" : "CN_CBOR_TEXT" 209 }, 210 { 211 "enum_field_value" : 8, 212 "name" : "CN_CBOR_BYTES_CHUNKED" 213 }, 214 { 215 "enum_field_value" : 9, 216 "name" : "CN_CBOR_TEXT_CHUNKED" 217 }, 218 { 219 "enum_field_value" : 10, 220 "name" : "CN_CBOR_ARRAY" 221 }, 222 { 223 "enum_field_value" : 11, 224 "name" : "CN_CBOR_MAP" 225 }, 226 { 227 "enum_field_value" : 12, 228 "name" : "CN_CBOR_TAG" 229 }, 230 { 231 "enum_field_value" : 13, 232 "name" : "CN_CBOR_SIMPLE" 233 }, 234 { 235 "enum_field_value" : 14, 236 "name" : "CN_CBOR_DOUBLE" 237 }, 238 { 239 "enum_field_value" : 15, 240 "name" : "CN_CBOR_FLOAT" 241 }, 242 { 243 "enum_field_value" : 16, 244 "name" : "CN_CBOR_INVALID" 245 } 246 ], 247 "linker_set_key" : "_ZTI12cn_cbor_type", 248 "name" : "cn_cbor_type", 249 "referenced_type" : "_ZTI12cn_cbor_type", 250 "self_type" : "_ZTI12cn_cbor_type", 251 "size" : 4, 252 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h", 253 "underlying_type" : "_ZTIj" 254 }, 255 { 256 "alignment" : 4, 257 "enum_fields" : 258 [ 259 { 260 "enum_field_value" : 0, 261 "name" : "CN_CBOR_NO_ERROR" 262 }, 263 { 264 "enum_field_value" : 1, 265 "name" : "CN_CBOR_ERR_OUT_OF_DATA" 266 }, 267 { 268 "enum_field_value" : 2, 269 "name" : "CN_CBOR_ERR_NOT_ALL_DATA_CONSUMED" 270 }, 271 { 272 "enum_field_value" : 3, 273 "name" : "CN_CBOR_ERR_ODD_SIZE_INDEF_MAP" 274 }, 275 { 276 "enum_field_value" : 4, 277 "name" : "CN_CBOR_ERR_BREAK_OUTSIDE_INDEF" 278 }, 279 { 280 "enum_field_value" : 5, 281 "name" : "CN_CBOR_ERR_MT_UNDEF_FOR_INDEF" 282 }, 283 { 284 "enum_field_value" : 6, 285 "name" : "CN_CBOR_ERR_RESERVED_AI" 286 }, 287 { 288 "enum_field_value" : 7, 289 "name" : "CN_CBOR_ERR_WRONG_NESTING_IN_INDEF_STRING" 290 }, 291 { 292 "enum_field_value" : 8, 293 "name" : "CN_CBOR_ERR_INVALID_PARAMETER" 294 }, 295 { 296 "enum_field_value" : 9, 297 "name" : "CN_CBOR_ERR_OUT_OF_MEMORY" 298 }, 299 { 300 "enum_field_value" : 10, 301 "name" : "CN_CBOR_ERR_FLOAT_NOT_SUPPORTED" 302 } 303 ], 304 "linker_set_key" : "_ZTI13cn_cbor_error", 305 "name" : "cn_cbor_error", 306 "referenced_type" : "_ZTI13cn_cbor_error", 307 "self_type" : "_ZTI13cn_cbor_error", 308 "size" : 4, 309 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h", 310 "underlying_type" : "_ZTIj" 311 }, 312 { 313 "alignment" : 4, 314 "enum_fields" : 315 [ 316 { 317 "enum_field_value" : 1, 318 "name" : "CN_CBOR_FL_COUNT" 319 }, 320 { 321 "enum_field_value" : 2, 322 "name" : "CN_CBOR_FL_INDEF" 323 }, 324 { 325 "enum_field_value" : 128, 326 "name" : "CN_CBOR_FL_OWNER" 327 } 328 ], 329 "linker_set_key" : "_ZTI13cn_cbor_flags", 330 "name" : "cn_cbor_flags", 331 "referenced_type" : "_ZTI13cn_cbor_flags", 332 "self_type" : "_ZTI13cn_cbor_flags", 333 "size" : 4, 334 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h", 335 "underlying_type" : "_ZTIj" 336 } 337 ], 338 "function_types" : [], 339 "functions" : 340 [ 341 { 342 "function_name" : "cn_cbor_array_append", 343 "linker_set_key" : "cn_cbor_array_append", 344 "parameters" : 345 [ 346 { 347 "referenced_type" : "_ZTIP7cn_cbor" 348 }, 349 { 350 "referenced_type" : "_ZTIP7cn_cbor" 351 }, 352 { 353 "referenced_type" : "_ZTIP15cn_cbor_errback" 354 } 355 ], 356 "return_type" : "_ZTIb", 357 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 358 }, 359 { 360 "function_name" : "cn_cbor_array_create", 361 "linker_set_key" : "cn_cbor_array_create", 362 "parameters" : 363 [ 364 { 365 "referenced_type" : "_ZTIP15cn_cbor_errback" 366 } 367 ], 368 "return_type" : "_ZTIP7cn_cbor", 369 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 370 }, 371 { 372 "function_name" : "cn_cbor_data_create", 373 "linker_set_key" : "cn_cbor_data_create", 374 "parameters" : 375 [ 376 { 377 "referenced_type" : "_ZTIPKh" 378 }, 379 { 380 "referenced_type" : "_ZTIi" 381 }, 382 { 383 "referenced_type" : "_ZTIP15cn_cbor_errback" 384 } 385 ], 386 "return_type" : "_ZTIP7cn_cbor", 387 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 388 }, 389 { 390 "function_name" : "cn_cbor_decode", 391 "linker_set_key" : "cn_cbor_decode", 392 "parameters" : 393 [ 394 { 395 "referenced_type" : "_ZTIPKh" 396 }, 397 { 398 "referenced_type" : "_ZTIm" 399 }, 400 { 401 "referenced_type" : "_ZTIP15cn_cbor_errback" 402 } 403 ], 404 "return_type" : "_ZTIP7cn_cbor", 405 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 406 }, 407 { 408 "function_name" : "cn_cbor_double_create", 409 "linker_set_key" : "cn_cbor_double_create", 410 "parameters" : 411 [ 412 { 413 "referenced_type" : "_ZTId" 414 }, 415 { 416 "referenced_type" : "_ZTIP15cn_cbor_errback" 417 } 418 ], 419 "return_type" : "_ZTIP7cn_cbor", 420 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 421 }, 422 { 423 "function_name" : "cn_cbor_encoder_write", 424 "linker_set_key" : "cn_cbor_encoder_write", 425 "parameters" : 426 [ 427 { 428 "referenced_type" : "_ZTIPh" 429 }, 430 { 431 "referenced_type" : "_ZTIm" 432 }, 433 { 434 "referenced_type" : "_ZTIm" 435 }, 436 { 437 "referenced_type" : "_ZTIPK7cn_cbor" 438 } 439 ], 440 "return_type" : "_ZTIl", 441 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 442 }, 443 { 444 "function_name" : "cn_cbor_float_create", 445 "linker_set_key" : "cn_cbor_float_create", 446 "parameters" : 447 [ 448 { 449 "referenced_type" : "_ZTIf" 450 }, 451 { 452 "referenced_type" : "_ZTIP15cn_cbor_errback" 453 } 454 ], 455 "return_type" : "_ZTIP7cn_cbor", 456 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 457 }, 458 { 459 "function_name" : "cn_cbor_free", 460 "linker_set_key" : "cn_cbor_free", 461 "parameters" : 462 [ 463 { 464 "referenced_type" : "_ZTIP7cn_cbor" 465 } 466 ], 467 "return_type" : "_ZTIv", 468 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 469 }, 470 { 471 "function_name" : "cn_cbor_index", 472 "linker_set_key" : "cn_cbor_index", 473 "parameters" : 474 [ 475 { 476 "referenced_type" : "_ZTIPK7cn_cbor" 477 }, 478 { 479 "referenced_type" : "_ZTIj" 480 } 481 ], 482 "return_type" : "_ZTIP7cn_cbor", 483 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 484 }, 485 { 486 "function_name" : "cn_cbor_int_create", 487 "linker_set_key" : "cn_cbor_int_create", 488 "parameters" : 489 [ 490 { 491 "referenced_type" : "_ZTIl" 492 }, 493 { 494 "referenced_type" : "_ZTIP15cn_cbor_errback" 495 } 496 ], 497 "return_type" : "_ZTIP7cn_cbor", 498 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 499 }, 500 { 501 "function_name" : "cn_cbor_map_create", 502 "linker_set_key" : "cn_cbor_map_create", 503 "parameters" : 504 [ 505 { 506 "referenced_type" : "_ZTIP15cn_cbor_errback" 507 } 508 ], 509 "return_type" : "_ZTIP7cn_cbor", 510 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 511 }, 512 { 513 "function_name" : "cn_cbor_map_put", 514 "linker_set_key" : "cn_cbor_map_put", 515 "parameters" : 516 [ 517 { 518 "referenced_type" : "_ZTIP7cn_cbor" 519 }, 520 { 521 "referenced_type" : "_ZTIP7cn_cbor" 522 }, 523 { 524 "referenced_type" : "_ZTIP7cn_cbor" 525 }, 526 { 527 "referenced_type" : "_ZTIP15cn_cbor_errback" 528 } 529 ], 530 "return_type" : "_ZTIb", 531 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 532 }, 533 { 534 "function_name" : "cn_cbor_mapget_int", 535 "linker_set_key" : "cn_cbor_mapget_int", 536 "parameters" : 537 [ 538 { 539 "referenced_type" : "_ZTIPK7cn_cbor" 540 }, 541 { 542 "referenced_type" : "_ZTIi" 543 } 544 ], 545 "return_type" : "_ZTIP7cn_cbor", 546 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 547 }, 548 { 549 "function_name" : "cn_cbor_mapget_string", 550 "linker_set_key" : "cn_cbor_mapget_string", 551 "parameters" : 552 [ 553 { 554 "referenced_type" : "_ZTIPK7cn_cbor" 555 }, 556 { 557 "referenced_type" : "_ZTIPKc" 558 } 559 ], 560 "return_type" : "_ZTIP7cn_cbor", 561 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 562 }, 563 { 564 "function_name" : "cn_cbor_mapput_int", 565 "linker_set_key" : "cn_cbor_mapput_int", 566 "parameters" : 567 [ 568 { 569 "referenced_type" : "_ZTIP7cn_cbor" 570 }, 571 { 572 "referenced_type" : "_ZTIl" 573 }, 574 { 575 "referenced_type" : "_ZTIP7cn_cbor" 576 }, 577 { 578 "referenced_type" : "_ZTIP15cn_cbor_errback" 579 } 580 ], 581 "return_type" : "_ZTIb", 582 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 583 }, 584 { 585 "function_name" : "cn_cbor_mapput_string", 586 "linker_set_key" : "cn_cbor_mapput_string", 587 "parameters" : 588 [ 589 { 590 "referenced_type" : "_ZTIP7cn_cbor" 591 }, 592 { 593 "referenced_type" : "_ZTIPKc" 594 }, 595 { 596 "referenced_type" : "_ZTIP7cn_cbor" 597 }, 598 { 599 "referenced_type" : "_ZTIP15cn_cbor_errback" 600 } 601 ], 602 "return_type" : "_ZTIb", 603 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 604 }, 605 { 606 "function_name" : "cn_cbor_string_create", 607 "linker_set_key" : "cn_cbor_string_create", 608 "parameters" : 609 [ 610 { 611 "referenced_type" : "_ZTIPKc" 612 }, 613 { 614 "referenced_type" : "_ZTIP15cn_cbor_errback" 615 } 616 ], 617 "return_type" : "_ZTIP7cn_cbor", 618 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 619 } 620 ], 621 "global_vars" : 622 [ 623 { 624 "linker_set_key" : "cn_cbor_error_str", 625 "name" : "cn_cbor_error_str", 626 "referenced_type" : "_ZTIA_PKc", 627 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 628 } 629 ], 630 "lvalue_reference_types" : [], 631 "pointer_types" : 632 [ 633 { 634 "alignment" : 8, 635 "linker_set_key" : "_ZTIP15cn_cbor_errback", 636 "name" : "cn_cbor_errback *", 637 "referenced_type" : "_ZTI15cn_cbor_errback", 638 "self_type" : "_ZTIP15cn_cbor_errback", 639 "size" : 8, 640 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 641 }, 642 { 643 "alignment" : 8, 644 "linker_set_key" : "_ZTIP7cn_cbor", 645 "name" : "cn_cbor *", 646 "referenced_type" : "_ZTI7cn_cbor", 647 "self_type" : "_ZTIP7cn_cbor", 648 "size" : 8, 649 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 650 }, 651 { 652 "alignment" : 8, 653 "linker_set_key" : "_ZTIPK7cn_cbor", 654 "name" : "const cn_cbor *", 655 "referenced_type" : "_ZTIK7cn_cbor", 656 "self_type" : "_ZTIPK7cn_cbor", 657 "size" : 8, 658 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 659 }, 660 { 661 "alignment" : 8, 662 "linker_set_key" : "_ZTIPKc", 663 "name" : "const char *", 664 "referenced_type" : "_ZTIKc", 665 "self_type" : "_ZTIPKc", 666 "size" : 8, 667 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 668 }, 669 { 670 "alignment" : 8, 671 "linker_set_key" : "_ZTIPKh", 672 "name" : "const unsigned char *", 673 "referenced_type" : "_ZTIKh", 674 "self_type" : "_ZTIPKh", 675 "size" : 8, 676 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 677 }, 678 { 679 "alignment" : 8, 680 "linker_set_key" : "_ZTIPh", 681 "name" : "unsigned char *", 682 "referenced_type" : "_ZTIh", 683 "self_type" : "_ZTIPh", 684 "size" : 8, 685 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 686 } 687 ], 688 "qualified_types" : 689 [ 690 { 691 "alignment" : 8, 692 "is_const" : true, 693 "linker_set_key" : "_ZTIK7cn_cbor", 694 "name" : "const cn_cbor", 695 "referenced_type" : "_ZTI7cn_cbor", 696 "self_type" : "_ZTIK7cn_cbor", 697 "size" : 56, 698 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 699 }, 700 { 701 "alignment" : 1, 702 "is_const" : true, 703 "linker_set_key" : "_ZTIKc", 704 "name" : "const char", 705 "referenced_type" : "_ZTIc", 706 "self_type" : "_ZTIKc", 707 "size" : 1, 708 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 709 }, 710 { 711 "alignment" : 1, 712 "is_const" : true, 713 "linker_set_key" : "_ZTIKh", 714 "name" : "const unsigned char", 715 "referenced_type" : "_ZTIh", 716 "self_type" : "_ZTIKh", 717 "size" : 1, 718 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 719 } 720 ], 721 "record_types" : 722 [ 723 { 724 "alignment" : 4, 725 "fields" : 726 [ 727 { 728 "field_name" : "pos", 729 "referenced_type" : "_ZTIi" 730 }, 731 { 732 "field_name" : "err", 733 "field_offset" : 32, 734 "referenced_type" : "_ZTI13cn_cbor_error" 735 } 736 ], 737 "linker_set_key" : "_ZTI15cn_cbor_errback", 738 "name" : "cn_cbor_errback", 739 "referenced_type" : "_ZTI15cn_cbor_errback", 740 "self_type" : "_ZTI15cn_cbor_errback", 741 "size" : 8, 742 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 743 }, 744 { 745 "alignment" : 8, 746 "fields" : 747 [ 748 { 749 "field_name" : "type", 750 "referenced_type" : "_ZTI12cn_cbor_type" 751 }, 752 { 753 "field_name" : "flags", 754 "field_offset" : 32, 755 "referenced_type" : "_ZTI13cn_cbor_flags" 756 }, 757 { 758 "field_name" : "v", 759 "field_offset" : 64, 760 "referenced_type" : "_ZTIN7cn_cborUt_E" 761 }, 762 { 763 "field_name" : "length", 764 "field_offset" : 128, 765 "referenced_type" : "_ZTIi" 766 }, 767 { 768 "field_name" : "first_child", 769 "field_offset" : 192, 770 "referenced_type" : "_ZTIP7cn_cbor" 771 }, 772 { 773 "field_name" : "last_child", 774 "field_offset" : 256, 775 "referenced_type" : "_ZTIP7cn_cbor" 776 }, 777 { 778 "field_name" : "next", 779 "field_offset" : 320, 780 "referenced_type" : "_ZTIP7cn_cbor" 781 }, 782 { 783 "field_name" : "parent", 784 "field_offset" : 384, 785 "referenced_type" : "_ZTIP7cn_cbor" 786 } 787 ], 788 "linker_set_key" : "_ZTI7cn_cbor", 789 "name" : "cn_cbor", 790 "referenced_type" : "_ZTI7cn_cbor", 791 "self_type" : "_ZTI7cn_cbor", 792 "size" : 56, 793 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 794 }, 795 { 796 "alignment" : 8, 797 "fields" : 798 [ 799 { 800 "field_name" : "bytes", 801 "referenced_type" : "_ZTIPKh" 802 }, 803 { 804 "field_name" : "str", 805 "referenced_type" : "_ZTIPKc" 806 }, 807 { 808 "field_name" : "sint", 809 "referenced_type" : "_ZTIl" 810 }, 811 { 812 "field_name" : "uint", 813 "referenced_type" : "_ZTIm" 814 }, 815 { 816 "field_name" : "dbl", 817 "referenced_type" : "_ZTId" 818 }, 819 { 820 "field_name" : "f", 821 "referenced_type" : "_ZTIf" 822 }, 823 { 824 "field_name" : "count", 825 "referenced_type" : "_ZTIm" 826 } 827 ], 828 "is_anonymous" : true, 829 "linker_set_key" : "_ZTIN7cn_cborUt_E", 830 "name" : "cn_cbor::(unnamed)", 831 "record_kind" : "union", 832 "referenced_type" : "_ZTIN7cn_cborUt_E", 833 "self_type" : "_ZTIN7cn_cborUt_E", 834 "size" : 8, 835 "source_file" : "external/cn-cbor/include/cn-cbor/cn-cbor.h" 836 } 837 ], 838 "rvalue_reference_types" : [] 839} 840