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.h91 inline abi_dump::RecordKind RecordKindIRToProtobuf( in RecordKindIRToProtobuf()
92 RecordTypeIR::RecordKind kind) { in RecordKindIRToProtobuf()
94 case RecordTypeIR::RecordKind::struct_kind: in RecordKindIRToProtobuf()
95 return abi_dump::RecordKind::struct_kind; in RecordKindIRToProtobuf()
97 case RecordTypeIR::RecordKind::class_kind: in RecordKindIRToProtobuf()
98 return abi_dump::RecordKind::class_kind; in RecordKindIRToProtobuf()
100 case RecordTypeIR::RecordKind::union_kind: in RecordKindIRToProtobuf()
101 return abi_dump::RecordKind::union_kind; in RecordKindIRToProtobuf()
104 return abi_dump::RecordKind::struct_kind; in RecordKindIRToProtobuf()
110 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>
136 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
141 optional RecordKind record_kind = 10 [default = struct_kind];
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h370 enum RecordKind { enum
430 void SetRecordKind(RecordKind record_kind) { in SetRecordKind()
434 RecordKind GetRecordKind() const { in GetRecordKind()
452 RecordKind record_kind_;
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp799 repr::RecordTypeIR::RecordKind::struct_kind); in SetupRecordInfo()
802 repr::RecordTypeIR::RecordKind::class_kind); in SetupRecordInfo()
805 repr::RecordTypeIR::RecordKind::union_kind); in SetupRecordInfo()