Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_representation_internal.h28 inline std::string GetReferencedTypeMapKey(T &element) { in GetReferencedTypeMapKey() function
33 inline std::string GetReferencedTypeMapKey<ArrayTypeIR>(ArrayTypeIR &element) {
38 inline std::string GetReferencedTypeMapKey<BuiltinTypeIR>(
48 inline std::string GetReferencedTypeMapKey<QualifiedTypeIR>(
75 auto it = map_to_update->emplace(GetReferencedTypeMapKey(element), in AddToMapAndTypeGraph()
Dir_reader.cpp345 auto it = parent_map->find(GetReferencedTypeMapKey(added_node)); in MergeReferencingTypeInternalAndUpdateParent()