Searched refs:location_catalog_entries_indices_ (Results 1 – 2 of 2) sorted by relevance
78 auto it = location_catalog_entries_indices_.Find(location); in AddDexRegisterEntry()79 if (it != location_catalog_entries_indices_.end()) { in AddDexRegisterEntry()87 location_catalog_entries_indices_.Insert(std::make_pair(location, index)); in AddDexRegisterEntry()
144 LocationCatalogEntriesIndices location_catalog_entries_indices_; variable