Home
last modified time | relevance | path

Searched refs:RecordKind (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.h93 inline abi_dump::RecordKind RecordKindIRToProtobuf( in RecordKindIRToProtobuf()
94 RecordTypeIR::RecordKind kind) { in RecordKindIRToProtobuf()
96 case RecordTypeIR::RecordKind::struct_kind: in RecordKindIRToProtobuf()
97 return abi_dump::RecordKind::struct_kind; in RecordKindIRToProtobuf()
99 case RecordTypeIR::RecordKind::class_kind: in RecordKindIRToProtobuf()
100 return abi_dump::RecordKind::class_kind; in RecordKindIRToProtobuf()
102 case RecordTypeIR::RecordKind::union_kind: in RecordKindIRToProtobuf()
103 return abi_dump::RecordKind::union_kind; in RecordKindIRToProtobuf()
106 return abi_dump::RecordKind::struct_kind; in RecordKindIRToProtobuf()
112 inline RecordTypeIR::RecordKind RecordKindProtobufToIR( in RecordKindProtobufToIR()
[all …]
/development/vndk/tools/header-checker/src/repr/json/
Dconverter.h79 extern const RecordTypeIR::RecordKind default_record_kind_ir;
91 static const std::map<RecordTypeIR::RecordKind, std::string>
93 {RecordTypeIR::RecordKind::struct_kind, "struct"},
94 {RecordTypeIR::RecordKind::class_kind, "class"},
95 {RecordTypeIR::RecordKind::union_kind, "union"},
Dconverter.cpp31 const RecordTypeIR::RecordKind default_record_kind_ir =
32 RecordTypeIR::RecordKind::struct_kind;
Dir_reader.cpp41 static const std::map<std::string, RecordTypeIR::RecordKind>
125 static RecordTypeIR::RecordKind
Dir_dumper.cpp47 RecordTypeIR::RecordKind value) { in AddRecordKind()
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_dump.proto11 enum RecordKind { enum
143 optional RecordKind record_kind = 10 [default = struct_kind];
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h366 enum RecordKind { enum
426 void SetRecordKind(RecordKind record_kind) { in SetRecordKind()
430 RecordKind GetRecordKind() const { in GetRecordKind()
448 RecordKind record_kind_;
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp804 repr::RecordTypeIR::RecordKind::struct_kind); in SetupRecordInfo()
807 repr::RecordTypeIR::RecordKind::class_kind); in SetupRecordInfo()
810 repr::RecordTypeIR::RecordKind::union_kind); in SetupRecordInfo()