Searched defs:kind (Results 1 – 10 of 10) sorted by relevance
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.h | 93 RecordTypeIR::RecordKind kind) { in RecordKindIRToProtobuf() 112 abi_dump::RecordKind kind) { in RecordKindProtobufToIR() 131 VTableComponentIR::Kind kind) { in VTableComponentKindIRToProtobuf() 162 abi_dump::VTableComponent_Kind kind) { in VTableComponentKindProtobufToIR()
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 234 static inline bool IsVOffset(VTableComponentIR::Kind kind) { in IsVOffset() 239 static inline bool IsFunctionPointer(VTableComponentIR::Kind kind) { in IsFunctionPointer() 923 const LinkableMessageKind kind = old_type->GetKind(); in ResolveImplicitlyConvertibleQualifiedReferences() local 997 const TypeIR *old_type, const TypeIR *new_type, LinkableMessageKind kind, in CompareAndDumpTypeDiff()
|
D | ir_representation.h | 262 VTableComponentIR(const std::string &name, Kind kind, int64_t value, in VTableComponentIR()
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | ir_reader.cpp | 142 std::string kind(record_type.GetString("record_kind")); in GetRecordKind() local 152 std::string kind(vtable_component.GetString("kind")); in GetVTableComponentKind() local
|
/development/scripts/ |
D | get_rust_pkg.py | 86 def echo_all_deps(args, kind, deps): argument
|
D | cargo2rulesmk.py | 451 def dump_skip_crate(self, kind): argument
|
/development/tools/cargo_embargo/src/cargo/ |
D | metadata.rs | 59 pub kind: Option<String>, field 88 pub kind: Vec<TargetKind>, field
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_dump.proto | 132 optional Kind kind = 1; field
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 342 static bool IsReferencingType(repr::LinkableMessageKind kind) { in IsReferencingType()
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 713 repr::VTableComponentIR::Kind kind = in SetupRecordVTableComponent() local
|