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