Searched refs:RecordKind (Results 1 – 9 of 9) sorted by relevance
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.h | 93 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/ |
D | converter.h | 79 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"},
|
D | converter.cpp | 31 const RecordTypeIR::RecordKind default_record_kind_ir = 32 RecordTypeIR::RecordKind::struct_kind;
|
D | ir_reader.cpp | 41 static const std::map<std::string, RecordTypeIR::RecordKind> 125 static RecordTypeIR::RecordKind
|
D | ir_dumper.cpp | 47 RecordTypeIR::RecordKind value) { in AddRecordKind()
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_dump.proto | 11 enum RecordKind { enum 139 optional RecordKind record_kind = 10 [default = struct_kind];
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.h | 348 enum RecordKind { enum 408 void SetRecordKind(RecordKind record_kind) { in SetRecordKind() 412 RecordKind GetRecordKind() const { in GetRecordKind() 430 RecordKind record_kind_;
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 796 repr::RecordTypeIR::RecordKind::struct_kind); in SetupRecordInfo() 799 repr::RecordTypeIR::RecordKind::class_kind); in SetupRecordInfo() 802 repr::RecordTypeIR::RecordKind::union_kind); in SetupRecordInfo()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 26231 …0,platform/development,fake_qemO-QyFQFqvUcuUmYzTYQ@fakeemail.com,Fix missing setter for RecordKind.
|