Home
last modified time | relevance | path

Searched refs:union_kind (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.h102 case RecordTypeIR::RecordKind::union_kind: in RecordKindIRToProtobuf()
103 return abi_dump::RecordKind::union_kind; in RecordKindIRToProtobuf()
121 case abi_dump::RecordKind::union_kind: in RecordKindProtobufToIR()
122 return RecordTypeIR::union_kind; in RecordKindProtobufToIR()
/development/vndk/tools/header-checker/src/repr/json/
Dconverter.h95 {RecordTypeIR::RecordKind::union_kind, "union"},
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_dump.proto14 union_kind = 3; enumerator
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h369 union_kind enumerator
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp810 repr::RecordTypeIR::RecordKind::union_kind); in SetupRecordInfo()