Files
android_development/vndk/tools/header-checker/tests/expected/example3.h
Jayant Chowdhary cdeafb7467 Update tests after type-ids were introduced to refer to types.
Bug: 71486971

Test: tests/gen_all.py; tests/test.py; all tests pass.

Change-Id: I1011f41d990a37b92b766819a38fdf76bcc184d2
2018-01-23 20:50:05 -08:00

55 lines
1.0 KiB
C

record_types {
type_info {
name: "HiddenBase"
size: 8
alignment: 4
referenced_type: "type-1"
source_file: "/development/vndk/tools/header-checker/tests/input/example3.h"
linker_set_key: "HiddenBase"
self_type: "type-1"
}
fields {
referenced_type: "type-2"
field_offset: 0
field_name: "hide"
access: private_access
}
fields {
referenced_type: "type-3"
field_offset: 32
field_name: "seek"
access: private_access
}
access: public_access
record_kind: class_kind
tag_info {
unique_id: "_ZTS10HiddenBase"
}
}
builtin_types {
type_info {
name: "int"
size: 4
alignment: 4
referenced_type: "type-2"
source_file: ""
linker_set_key: "int"
self_type: "type-2"
}
is_unsigned: false
is_integral: true
}
builtin_types {
type_info {
name: "float"
size: 4
alignment: 4
referenced_type: "type-3"
source_file: ""
linker_set_key: "float"
self_type: "type-3"
}
is_unsigned: false
is_integral: false
}