Searched refs:descriptors_location_cache_ (Results 1 – 2 of 2) sorted by relevance
228 std::unordered_map<std::string, DescriptorsLocation> descriptors_location_cache_; variable
484 auto it = descriptors_location_cache_.find(art_lib_path); in GetDescriptorsLocation()485 if (it != descriptors_location_cache_.end()) { in GetDescriptorsLocation()488 DescriptorsLocation& location = descriptors_location_cache_[art_lib_path]; in GetDescriptorsLocation()