Home
last modified time | relevance | path

Searched refs:type_graph (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp73 const AbiElementMap<const TypeIR *> &type_graph, in ConvertTypeIdToString() argument
75 auto it = type_graph.find(type_id); in ConvertTypeIdToString()
76 if (it != type_graph.end()) { in ConvertTypeIdToString()
84 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceReferencesOtherTypeIdWithName() argument
88 ConvertTypeIdToString(type_graph, element.GetReferencedType())); in ReplaceReferencesOtherTypeIdWithName()
93 const AbiElementMap<const TypeIR *> &type_graph, EnumTypeIR *enum_type_ir) { in ReplaceEnumTypeIRTypeIdsWithTypeNames() argument
96 ConvertTypeIdToString(type_graph, enum_type_ir->GetUnderlyingType())); in ReplaceEnumTypeIRTypeIdsWithTypeNames()
100 const AbiElementMap<const TypeIR *> &type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames() argument
103 ReplaceReferencesOtherTypeIdWithName(type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames()
106 ReplaceReferencesOtherTypeIdWithName(type_graph, in ReplaceRecordTypeIRTypeIdsWithTypeNames()
[all …]
Dir_representation_internal.h74 AbiElementMap<const TypeIR *> *type_graph) { in AddToMapAndTypeGraph() argument
77 type_graph->emplace(it.first->second.GetSelfType(), &(it.first->second)); in AddToMapAndTypeGraph()
Dabi_diff_helpers.h219 const AbiElementMap<const TypeIR *> &type_graph, LinkableMessageIR *lm);