-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy pathblob.dat.strings
1752 lines (1649 loc) · 37.1 KB
/
blob.dat.strings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Blob Header:
coreVersion: 1
sizeofBool: 1
sizeofUDATA: 8
bitfieldFormat: 1
structDataSize: 5296
stringTableDataSize: 5376
structureCount: 101
== STRINGS ==
1: 0 [5] _next
2: 8 [18] struct _IO_marker*
3: 1c [5] _sbuf
4: 24 [16] struct _IO_FILE*
5: 36 [4] _pos
6: 3c [3] int
7: 42 [10] _IO_marker
8: 4e [6] _flags
9: 56 [12] _IO_read_ptr
10: 64 [5] char*
11: 6c [12] _IO_read_end
12: 7a [13] _IO_read_base
13: 8a [14] _IO_write_base
14: 9a [13] _IO_write_ptr
15: aa [13] _IO_write_end
16: ba [12] _IO_buf_base
17: c8 [11] _IO_buf_end
18: d6 [13] _IO_save_base
19: e6 [15] _IO_backup_base
20: f8 [12] _IO_save_end
21: 106 [8] _markers
22: 110 [6] _chain
23: 118 [7] _fileno
24: 122 [7] _flags2
25: 12c [11] _old_offset
26: 13a [7] __off_t
27: 144 [11] _cur_column
28: 152 [18] short unsigned int
29: 166 [14] _vtable_offset
30: 176 [11] signed char
31: 184 [9] _shortbuf
32: 190 [7] char[1]
33: 19a [5] _lock
34: 1a2 [11] _IO_lock_t*
35: 1b0 [7] _offset
36: 1ba [9] __off64_t
37: 1c6 [6] __pad1
38: 1ce [5] void*
39: 1d6 [6] __pad2
40: 1de [6] __pad3
41: 1e6 [6] __pad4
42: 1ee [6] __pad5
43: 1f6 [6] size_t
44: 1fe [5] _mode
45: 206 [8] _unused2
46: 210 [8] char[20]
47: 21a [8] _IO_FILE
48: 224 [9] gp_offset
49: 230 [12] unsigned int
50: 23e [9] fp_offset
51: 24a [17] overflow_arg_area
52: 25e [13] reg_save_area
53: 26e [35] typedef __va_list_tag __va_list_tag
54: 294 [7] __count
55: 29e [13] __value.__wch
56: 2ae [14] __value.__wchb
57: 2be [7] char[4]
58: 2c8 [11] __mbstate_t
59: 2d6 [3] std
60: 2dc [15] __exception_ptr
61: 2ee [19] _M_exception_object
62: 304 [30] __exception_ptr__exception_ptr
63: 324 [14] std__type_info
64: 334 [26] std__piecewise_construct_t
65: 350 [7] __debug
66: 35a [22] std__char_traits<char>
67: 372 [12] _S_boolalpha
68: 380 [6] _S_dec
69: 388 [8] _S_fixed
70: 392 [6] _S_hex
71: 39a [11] _S_internal
72: 3a8 [7] _S_left
73: 3b2 [6] _S_oct
74: 3ba [8] _S_right
75: 3c4 [13] _S_scientific
76: 3d4 [11] _S_showbase
77: 3e2 [12] _S_showpoint
78: 3f0 [10] _S_showpos
79: 3fc [9] _S_skipws
80: 408 [10] _S_unitbuf
81: 414 [12] _S_uppercase
82: 422 [14] _S_adjustfield
83: 432 [12] _S_basefield
84: 440 [13] _S_floatfield
85: 450 [19] _S_ios_fmtflags_end
86: 466 [19] _S_ios_fmtflags_max
87: 47c [19] _S_ios_fmtflags_min
88: 492 [18] std___Ios_Fmtflags
89: 4a6 [6] _S_app
90: 4ae [6] _S_ate
91: 4b6 [6] _S_bin
92: 4be [5] _S_in
93: 4c6 [6] _S_out
94: 4ce [8] _S_trunc
95: 4d8 [19] _S_ios_openmode_end
96: 4ee [19] _S_ios_openmode_max
97: 504 [19] _S_ios_openmode_min
98: 51a [18] std___Ios_Openmode
99: 52e [10] _S_goodbit
100: 53a [9] _S_badbit
101: 546 [9] _S_eofbit
102: 552 [10] _S_failbit
103: 55e [18] _S_ios_iostate_end
104: 572 [18] _S_ios_iostate_max
105: 586 [18] _S_ios_iostate_min
106: 59a [17] std___Ios_Iostate
107: 5ae [6] _S_beg
108: 5b6 [6] _S_cur
109: 5be [6] _S_end
110: 5c6 [18] _S_ios_seekdir_end
111: 5da [17] std___Ios_Seekdir
112: 5ee [13] std__ios_base
113: 5fe [14] ios_base__Init
114: 60e [49] std__basic_ostream<char, std::char_traits<char> >
115: 642 [16] std__ctype<char>
116: 654 [45] std__basic_ios<char, std::char_traits<char> >
117: 684 [6] tm_sec
118: 68c [6] tm_min
119: 694 [7] tm_hour
120: 69e [7] tm_mday
121: 6a8 [6] tm_mon
122: 6b0 [7] tm_year
123: 6ba [7] tm_wday
124: 6c4 [7] tm_yday
125: 6ce [8] tm_isdst
126: 6d8 [9] tm_gmtoff
127: 6e4 [8] long int
128: 6ee [7] tm_zone
129: 6f8 [11] const char*
130: 706 [2] tm
131: 70a [9] __gnu_cxx
132: 716 [40] __gnu_cxx____numeric_traits_integer<int>
133: 740 [43] __gnu_cxx____numeric_traits_floating<float>
134: 76e [44] __gnu_cxx____numeric_traits_floating<double>
135: 79c [49] __gnu_cxx____numeric_traits_floating<long double>
136: 7d0 [54] __gnu_cxx____numeric_traits_integer<long unsigned int>
137: 808 [41] __gnu_cxx____numeric_traits_integer<char>
138: 834 [46] __gnu_cxx____numeric_traits_integer<short int>
139: 864 [45] __gnu_cxx____numeric_traits_integer<long int>
140: 894 [11] __gnu_debug
141: 8a2 [13] decimal_point
142: 8b2 [13] thousands_sep
143: 8c2 [8] grouping
144: 8cc [15] int_curr_symbol
145: 8de [15] currency_symbol
146: 8f0 [17] mon_decimal_point
147: 904 [17] mon_thousands_sep
148: 918 [12] mon_grouping
149: 926 [13] positive_sign
150: 936 [13] negative_sign
151: 946 [15] int_frac_digits
152: 958 [4] char
153: 95e [11] frac_digits
154: 96c [13] p_cs_precedes
155: 97c [14] p_sep_by_space
156: 98c [13] n_cs_precedes
157: 99c [14] n_sep_by_space
158: 9ac [11] p_sign_posn
159: 9ba [11] n_sign_posn
160: 9c8 [17] int_p_cs_precedes
161: 9dc [18] int_p_sep_by_space
162: 9f0 [17] int_n_cs_precedes
163: a04 [18] int_n_sep_by_space
164: a18 [15] int_p_sign_posn
165: a2a [15] int_n_sign_posn
166: a3c [5] lconv
167: a44 [4] quot
168: a4a [3] rem
169: a50 [5] div_t
170: a58 [6] ldiv_t
171: a60 [13] long long int
172: a70 [7] lldiv_t
173: a7a [5] __pos
174: a82 [7] __state
175: a8c [11] _G_fpos64_t
176: a9a [2] E1
177: a9e [2] E2
178: aa2 [2] E3
179: aa6 [1] E
180: aaa [1] x
181: aae [9] uint16_t*
182: aba [1] y
183: abe [8] uint16_t
184: ac8 [1] A
185: acc [1] a
186: ad0 [17] unsigned char[10]
187: ae4 [1] b
188: ae8 [26] short unsigned int[10][10]
189: b04 [3] SOA
190: b0a [3] ihl
191: b10 [7] uint8_t
192: b1a [7] version
193: b24 [3] ecn
194: b2a [4] dscp
195: b30 [7] tot_len
196: b3a [2] id
197: b3e [7] fragOff
198: b48 [5] flags
199: b50 [3] ttl
200: b56 [8] protocol
201: b60 [5] check
202: b68 [5] saddr
203: b70 [8] uint32_t
204: b7a [5] daddr
205: b82 [4] IPv4
206: b88 [1] C
207: b8c [2] xy
208: b90 [8] struct C
209: b9a [1] z
210: b9e [1] D
211: ba2 [8] ipHeader
212: bac [11] struct IPv4
213: bba [7] srcPort
214: bc4 [8] destPort
215: bce [6] length
216: bd6 [8] checksum
217: be0 [9] UDPPacket
218: bec [1] F
219: bf0 [1] G
220: bf4 [1] c
221: bf8 [1] d
222: bfc [1] H
223: c00 [5] Empty
224: c08 [7] int64_t
225: c12 [5] width
226: c1a [6] height
227: c22 [3] Box
228: c28 [3] red
229: c2e [5] green
230: c36 [4] blue
231: c3c [9] RGBColour
232: c48 [2] i8
233: c4c [3] f16
234: c52 [5] arrI8
235: c5a [16] unsigned char[1]
236: c6c [10] Uniondata1
237: c78 [3] i16
238: c7e [3] f32
239: c84 [16] unsigned char[3]
240: c96 [10] Uniondata2
241: ca2 [16] unsigned char[4]
242: cb4 [10] Uniondata3
243: cc0 [16] unsigned char[5]
244: cd2 [10] Uniondata4
245: cde [4] name
246: ce4 [8] char[32]
247: cee [6] salary
248: cf6 [5] float
249: cfe [9] worker_no
250: d0a [8] Unionjob
251: d14 [11] MyNamespace
252: d22 [6] THING1
253: d2a [6] THING2
254: d32 [6] THING3
255: d3a [19] MyNamespace__THINGS
256: d50 [1] e
257: d54 [14] MyNamespace__Q
258: d64 [24] MyNamespace__RGBColourV2
259: d7e [23] MyNamespace__Uniondata5
260: d98 [14] InnerNamespace
261: da8 [1] h
262: dac [36] InnerNamespace__TypeInInnerNamespace
263: dd2 [20] ForwardDeclaredClass
264: de8 [27] fieldOfForwardDeclaredClass
265: e06 [27] class ForwardDeclaredClass*
266: e24 [24] HasAForwardDeclaredClass
267: e3e [23] instanceOfMyNestedClass
268: e58 [28] class MyClass::MyNestedClass
269: e76 [4] data
270: e7c [9] innerEnum
271: e88 [23] enum MyClass::InnerEnum
272: ea2 [1] Z
273: ea6 [17] struct MyClass::Z
274: eba [11] instanceOfZ
275: ec8 [7] MyClass
276: ed2 [22] MyClass__MyNestedClass
277: eea [6] ENUM_A
278: ef2 [6] ENUM_B
279: efa [6] ENUM_C
280: f02 [18] MyClass__InnerEnum
281: f16 [1] g
282: f1a [8] uint64_t
283: f24 [25] short unsigned int[20][5]
284: f40 [10] MyClass__Z
285: f4c [5] IDATA
286: f54 [2] S1
287: f58 [2] b2
288: f5c [9] struct S1
289: f68 [2] S2
290: f6c [2] T2
291: f70 [1] f
292: f74 [2] T3
293: f78 [2] T4
294: f7c [10] something1
295: f88 [10] something2
296: f94 [10] something3
297: fa0 [10] something4
298: fac [10] something5
299: fb8 [10] somethingN
300: fc4 [6] MyEnum
301: fcc [4] ipv6
302: fd2 [9] s.hi_ipv6
303: fde [9] s.lo_ipv6
304: fea [2] Ip
305: fee [8] hashCode
306: ff8 [16] volatile int64_t
307: 100a [5] BoxV2
308: 1012 [9] uintptr_t
309: 101e [5] data2
310: 1026 [9] const int
311: 1032 [3] Foo
312: 1038 [3] Bar
313: 103e [8] voidStar
314: 1048 [16] HasVoidStarField
315: 105a [1] i
316: 105e [7] int32_t
317: 1068 [1] s
318: 106c [7] int16_t
319: 1076 [14] UnionFieldType
320: 1086 [11] unionField1
321: 1094 [20] union UnionFieldType
322: 10aa [11] unionField2
323: 10b8 [13] HasUnionField
324: 10c8 [1] q
325: 10cc [16] volatile uint8_t
326: 10de [1] r
327: 10e2 [13] const uint8_t
328: 10f2 [2] S3
329: 10f6 [5] speed
330: 10fe [6] double
331: 1106 [7] Vehicle
332: 1110 [10] durability
333: 111c [3] Toy
334: 1122 [9] hasWheels
335: 112e [11] MatchboxCar
336: 113c [15] functionPointer
337: 114e [9] INT_ARRAY
338: 115a [25] StructWithFunctionPointer
339: 1176 [1] l
340: 117a [4] bool
341: 1180 [2] S4
342: 1184 [15] innerField1.ui8
343: 1196 [15] innerField2.i16
344: 11a8 [23] innerField3.innerStruct
345: 11c2 [27] struct Outer::::InnerStruct
346: 11e0 [5] Outer
347: 11e8 [32] instanceOfInnerClassWithSameName
348: 120a [58] class OuterClassWithDifferentName2::InnerClassWithSameName
349: 1246 [28] OuterClassWithDifferentName2
350: 1264 [52] OuterClassWithDifferentName2__InnerClassWithSameName
351: 129a [4] real
352: 12a0 [9] imaginary
353: 12ac [12] Complex<int>
354: 12ba [15] Complex<double>
355: 12cc [20] arrayWithTypedefType
356: 12e2 [16] unsigned int[12]
357: 12f4 [21] SArrayWithTypedefType
358: 130c [58] class OuterClassWithDifferentName1::InnerClassWithSameName
359: 1348 [28] OuterClassWithDifferentName1
360: 1366 [52] OuterClassWithDifferentName1__InnerClassWithSameName
361: 139c [11] numElements
362: 13aa [6] intArr
363: 13b2 [5] int[]
364: 13ba [14] SNoLengthArray
365: 13ca [3] COW
366: 13d0 [19] TestHeaderConstants
367: 13e6 [18] myMapToTypeMacro1a
368: 13fa [18] myMapToTypeMacro1b
369: 140e [14] MapToTypeTest1
370: 141e [17] myMapToTypeMacro2
371: 1432 [20] Map_to_typeConstants
372: 1448 [17] myMapToTypeMacro3
373: 145c [14] MapToTypeTest3
374: 146c [17] myMapToTypeMacro4
375: 1480 [14] MapToTypeTest4
376: 1490 [7] dolphin
377: 149a [7] octopus
378: 14a4 [5] whale
379: 14ac [13] TestConstants
380: 14bc [8] SEAHORSE
381: 14c6 [10] TEST_FLAG2
382: 14d2 [15] TEST_FLAG_UNDEF
383: 14e4 [25] TestFileInSubDirConstants
== STRUCTS ==
Struct name: A
no superName
sizeOf: 16
fieldCount: 2
constCount: 0
Field declaredName: x
declaredType: uint16_t*
offset: 0
Field declaredName: y
declaredType: uint16_t
offset: 8
Struct name: Bar
superName: Foo
sizeOf: 16
fieldCount: 0
constCount: 0
Struct name: Box
no superName
sizeOf: 24
fieldCount: 3
constCount: 0
Field declaredName: length
declaredType: int64_t
offset: 0
Field declaredName: width
declaredType: int64_t
offset: 8
Field declaredName: height
declaredType: int64_t
offset: 16
Struct name: BoxV2
no superName
sizeOf: 32
fieldCount: 4
constCount: 0
Field declaredName: hashCode
declaredType: volatile int64_t
offset: 0
Field declaredName: length
declaredType: int64_t
offset: 8
Field declaredName: width
declaredType: int64_t
offset: 16
Field declaredName: height
declaredType: int64_t
offset: 24
Struct name: C
no superName
sizeOf: 8
fieldCount: 2
constCount: 0
Field declaredName: x
declaredType: uint32_t
offset: 0
Field declaredName: y
declaredType: uint32_t
offset: 4
Struct name: Complex<double>
no superName
sizeOf: 16
fieldCount: 2
constCount: 0
Field declaredName: real
declaredType: double
offset: 0
Field declaredName: imaginary
declaredType: double
offset: 8
Struct name: Complex<int>
no superName
sizeOf: 8
fieldCount: 2
constCount: 0
Field declaredName: real
declaredType: int
offset: 0
Field declaredName: imaginary
declaredType: int
offset: 4
Struct name: D
no superName
sizeOf: 12
fieldCount: 2
constCount: 0
Field declaredName: xy
declaredType: struct C
offset: 0
Field declaredName: z
declaredType: uint32_t
offset: 8
Struct name: E
no superName
sizeOf: 4
fieldCount: 0
constCount: 3
Constant name: E1
value: 2
Constant name: E2
value: 3
Constant name: E3
value: 4
Struct name: Empty
no superName
sizeOf: 1
fieldCount: 0
constCount: 0
Struct name: F
no superName
sizeOf: 2
fieldCount: 3
constCount: 0
Field declaredName: x
declaredType: uint16_t
offset: 0
Field declaredName: y
declaredType: uint16_t
offset: 2
Field declaredName: z
declaredType: uint16_t
offset: 4
Struct name: Foo
no superName
sizeOf: 16
fieldCount: 2
constCount: 0
Field declaredName: data
declaredType: uintptr_t
offset: 0
Field declaredName: data2
declaredType: const int
offset: 8
Struct name: ForwardDeclaredClass
no superName
sizeOf: 0
fieldCount: 0
constCount: 0
Struct name: G
no superName
sizeOf: 4
fieldCount: 3
constCount: 0
Field declaredName: x
declaredType: uint16_t
offset: 0
Field declaredName: y
declaredType: uint16_t
offset: 2
Field declaredName: z
declaredType: uint16_t
offset: 4
Struct name: H
no superName
sizeOf: 4
fieldCount: 4
constCount: 0
Field declaredName: a
declaredType: uint16_t
offset: 0
Field declaredName: b
declaredType: uint16_t
offset: 2
Field declaredName: c
declaredType: uint16_t
offset: 4
Field declaredName: d
declaredType: uint16_t
offset: 6
Struct name: HasAForwardDeclaredClass
no superName
sizeOf: 8
fieldCount: 1
constCount: 0
Field declaredName: fieldOfForwardDeclaredClass
declaredType: class ForwardDeclaredClass*
offset: 0
Struct name: HasUnionField
no superName
sizeOf: 8
fieldCount: 2
constCount: 0
Field declaredName: unionField1
declaredType: union UnionFieldType
offset: 0
Field declaredName: unionField2
declaredType: UnionFieldType
offset: 4
Struct name: HasVoidStarField
no superName
sizeOf: 8
fieldCount: 1
constCount: 0
Field declaredName: voidStar
declaredType: void*
offset: 0
Struct name: IPv4
no superName
sizeOf: 20
fieldCount: 13
constCount: 0
Field declaredName: ihl
declaredType: uint8_t
offset: 0
Field declaredName: version
declaredType: uint8_t
offset: 1
Field declaredName: ecn
declaredType: uint8_t
offset: 2
Field declaredName: dscp
declaredType: uint8_t
offset: 3
Field declaredName: tot_len
declaredType: uint16_t
offset: 4
Field declaredName: id
declaredType: uint16_t
offset: 6
Field declaredName: fragOff
declaredType: uint16_t
offset: 8
Field declaredName: flags
declaredType: uint16_t
offset: 10
Field declaredName: ttl
declaredType: uint8_t
offset: 12
Field declaredName: protocol
declaredType: uint8_t
offset: 13
Field declaredName: check
declaredType: uint16_t
offset: 14
Field declaredName: saddr
declaredType: uint32_t
offset: 16
Field declaredName: daddr
declaredType: uint32_t
offset: 20
Struct name: InnerNamespace
no superName
sizeOf: 0
fieldCount: 0
constCount: 0
Struct name: InnerNamespace__TypeInInnerNamespace
no superName
sizeOf: 2
fieldCount: 1
constCount: 0
Field declaredName: h
declaredType: uint16_t
offset: 0
Struct name: Ip
no superName
sizeOf: 8
fieldCount: 3
constCount: 0
Field declaredName: ipv6
declaredType: uint64_t
offset: 0
Field declaredName: s.hi_ipv6
declaredType: uint32_t
offset: 0
Field declaredName: s.lo_ipv6
declaredType: uint32_t
offset: 4
Struct name: MapToTypeTest1
no superName
sizeOf: 0
fieldCount: 0
constCount: 2
Constant name: myMapToTypeMacro1a
value: 13
Constant name: myMapToTypeMacro1b
value: 14
Struct name: MapToTypeTest3
no superName
sizeOf: 0
fieldCount: 0
constCount: 1
Constant name: myMapToTypeMacro3
value: 33
Struct name: MapToTypeTest4
no superName
sizeOf: 0
fieldCount: 0
constCount: 1
Constant name: myMapToTypeMacro4
value: 43
Struct name: Map_to_typeConstants
no superName
sizeOf: 0
fieldCount: 0
constCount: 1
Constant name: myMapToTypeMacro2
value: 23
Struct name: MatchboxCar
superName: Vehicle
sizeOf: 16
fieldCount: 1
constCount: 0
Field declaredName: hasWheels
declaredType: int
offset: 0
Struct name: MyClass
no superName
sizeOf: 440
fieldCount: 5
constCount: 0
Field declaredName: instanceOfMyNestedClass
declaredType: class MyClass::MyNestedClass
offset: 0
Field declaredName: data
declaredType: int64_t
offset: 4
Field declaredName: innerEnum
declaredType: enum MyClass::InnerEnum
offset: 16
Field declaredName: Z
declaredType: struct MyClass::Z
offset: 20
Field declaredName: instanceOfZ
declaredType: struct MyClass::Z
offset: 228
Struct name: MyClass__InnerEnum
no superName
sizeOf: 4
fieldCount: 0
constCount: 3
Constant name: ENUM_A
value: 0
Constant name: ENUM_B
value: 1
Constant name: ENUM_C
value: 2
Struct name: MyClass__MyNestedClass
no superName
sizeOf: 4
fieldCount: 1
constCount: 0
Field declaredName: d
declaredType: int
offset: 0
Struct name: MyClass__Z
no superName
sizeOf: 208
fieldCount: 2
constCount: 0
Field declaredName: g
declaredType: uint64_t
offset: 0
Field declaredName: h
declaredType: short unsigned int[20][5]
offset: 8
Struct name: MyEnum
no superName
sizeOf: 4
fieldCount: 0
constCount: 6
Constant name: something1
value: 0
Constant name: something2
value: 1
Constant name: something3
value: 2
Constant name: something4
value: 3
Constant name: something5
value: 4
Constant name: somethingN
value: 5
Struct name: MyNamespace
no superName
sizeOf: 0
fieldCount: 0
constCount: 0
Struct name: MyNamespace__Q
no superName
sizeOf: 202
fieldCount: 2
constCount: 0
Field declaredName: d
declaredType: uint16_t
offset: 0
Field declaredName: e
declaredType: short unsigned int[10][10]
offset: 2
Struct name: MyNamespace__RGBColourV2
no superName
sizeOf: 3
fieldCount: 3
constCount: 0
Field declaredName: red
declaredType: uint8_t
offset: 0
Field declaredName: green
declaredType: uint8_t
offset: 1
Field declaredName: blue
declaredType: uint8_t
offset: 2
Struct name: MyNamespace__THINGS
no superName
sizeOf: 4
fieldCount: 0
constCount: 3
Constant name: THING1
value: 0
Constant name: THING2
value: 1
Constant name: THING3
value: 2
Struct name: MyNamespace__Uniondata5
no superName
sizeOf: 4
fieldCount: 3
constCount: 0
Field declaredName: i16
declaredType: uint16_t
offset: 0
Field declaredName: f32
declaredType: uint32_t
offset: 2
Field declaredName: arrI8
declaredType: unsigned char[3]
offset: 6
Struct name: Outer
no superName
sizeOf: 8
fieldCount: 3
constCount: 0
Field declaredName: innerField1.ui8
declaredType: uint8_t
offset: 0
Field declaredName: innerField2.i16
declaredType: int16_t
offset: 0
Field declaredName: innerField3.innerStruct
declaredType: struct Outer::::InnerStruct
offset: 0
Struct name: OuterClassWithDifferentName1
no superName
sizeOf: 24
fieldCount: 1
constCount: 0
Field declaredName: instanceOfInnerClassWithSameName
declaredType: class OuterClassWithDifferentName1::InnerClassWithSameName
offset: 0
Struct name: OuterClassWithDifferentName1__InnerClassWithSameName
no superName
sizeOf: 16
fieldCount: 1
constCount: 0
Field declaredName: g
declaredType: double
offset: 0
Struct name: OuterClassWithDifferentName2
no superName
sizeOf: 8
fieldCount: 1
constCount: 0
Field declaredName: instanceOfInnerClassWithSameName
declaredType: class OuterClassWithDifferentName2::InnerClassWithSameName
offset: 0
Struct name: OuterClassWithDifferentName2__InnerClassWithSameName
no superName
sizeOf: 8
fieldCount: 1
constCount: 0
Field declaredName: h
declaredType: double
offset: 0
Struct name: RGBColour
no superName
sizeOf: 3
fieldCount: 3
constCount: 0
Field declaredName: red
declaredType: uint8_t
offset: 0
Field declaredName: green
declaredType: uint8_t
offset: 1
Field declaredName: blue
declaredType: uint8_t
offset: 2
Struct name: S1
no superName
sizeOf: 4
fieldCount: 1
constCount: 0
Field declaredName: a
declaredType: IDATA
offset: 0
Struct name: S2
no superName
sizeOf: 8
fieldCount: 2
constCount: 0
Field declaredName: b
declaredType: IDATA
offset: 0
Field declaredName: b2
declaredType: struct S1
offset: 4
Struct name: S3
no superName
sizeOf: 2
fieldCount: 2
constCount: 0
Field declaredName: q
declaredType: volatile uint8_t
offset: 0
Field declaredName: r
declaredType: const uint8_t
offset: 1
Struct name: S4
no superName
sizeOf: 32
fieldCount: 5
constCount: 0
Field declaredName: i
declaredType: int
offset: 0
Field declaredName: l
declaredType: long int
offset: 4
Field declaredName: d
declaredType: double
offset: 12
Field declaredName: c
declaredType: char
offset: 20
Field declaredName: b
declaredType: bool
offset: 21
Struct name: SArrayWithTypedefType
no superName
sizeOf: 48
fieldCount: 1
constCount: 0
Field declaredName: arrayWithTypedefType
declaredType: unsigned int[12]
offset: 0
Struct name: SNoLengthArray
no superName
sizeOf: 4
fieldCount: 2
constCount: 0
Field declaredName: numElements
declaredType: int
offset: 0
Field declaredName: intArr
declaredType: int[]
offset: 4