Home
last modified time | relevance | path

Searched defs:persistent_hash_map (Results 1 – 3 of 3) sorted by relevance

/external/icing/icing/store/
Dpersistent-hash-map-key-mapper.h142 explicit Iterator(const PersistentHashMap* persistent_hash_map) in Iterator()
163 std::unique_ptr<PersistentHashMap> persistent_hash_map) in PersistentHashMapKeyMapper()
/external/icing/icing/file/
Dpersistent-hash-map.cc477 auto persistent_hash_map = in InitializeExistingFiles() local
Dpersistent-hash-map_test.cc84 PersistentHashMap* persistent_hash_map, std::string_view key) { in GetValueByKey()