Home
last modified time | relevance | path

Searched refs:GetReferencedTypeMapKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation_internal.h28 inline std::string GetReferencedTypeMapKey(T &element) { in GetReferencedTypeMapKey() function
33 inline std::string GetReferencedTypeMapKey<BuiltinTypeIR>(
43 inline std::string GetReferencedTypeMapKey<ArrayTypeIR>(ArrayTypeIR &element) {
49 inline std::string GetReferencedTypeMapKey<QualifiedTypeIR>(
76 auto it = map_to_update->emplace(GetReferencedTypeMapKey(element), in AddToMapAndTypeGraph()
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dmodule_merger.cpp314 auto it = parent_map->find(GetReferencedTypeMapKey(added_node)); in MergeReferencingTypeInternalAndUpdateParent()