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