Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_representation.h840 return odr_list_map_; in GetODRListMap()
875 auto map_it = odr_list_map_.find(key); in AddToODRListMap()
876 if (map_it == odr_list_map_.end()) { in AddToODRListMap()
877 odr_list_map_.emplace(key, std::list<const TypeIR *>({value})); in AddToODRListMap()
880 odr_list_map_[key].emplace_back(value); in AddToODRListMap()
912 AbiElementUnorderedMap<std::list<const TypeIR *>> odr_list_map_; variable
Dir_reader.cpp85 auto it = module_->odr_list_map_.find(ud_type_unique_id_and_source); in DoesUDTypeODRViolationExist()
86 if (it == module_->odr_list_map_.end()) { in DoesUDTypeODRViolationExist()