Home
last modified time | relevance | path

Searched refs:PersistentHashMapKeyMapper (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/icing/icing/store/
H A Dpersistent-hash-map-key-mapper.h39 class PersistentHashMapKeyMapper : public KeyMapper<T, Formatter> {
74 std::unique_ptr<PersistentHashMapKeyMapper<T, Formatter>>>
93 ~PersistentHashMapKeyMapper() override = default;
117 return std::make_unique<PersistentHashMapKeyMapper<T, Formatter>::Iterator>( in GetIterator()
166 explicit PersistentHashMapKeyMapper( in PersistentHashMapKeyMapper() function
178 std::unique_ptr<PersistentHashMapKeyMapper<T, Formatter>>>
179 PersistentHashMapKeyMapper<T, Formatter>::Create( in Create()
195 return std::unique_ptr<PersistentHashMapKeyMapper<T, Formatter>>( in Create()
196 new PersistentHashMapKeyMapper<T, Formatter>( in Create()
202 PersistentHashMapKeyMapper<T, Formatter>::Delete( in Delete()
H A Dkey-mapper_benchmark.cc81 CreateKeyMapper<PersistentHashMapKeyMapper<int>>(int max_num_entries) { in CreateKeyMapper()
84 return PersistentHashMapKeyMapper<int>::Create( in CreateKeyMapper()
152 BENCHMARK(BM_PutMany<PersistentHashMapKeyMapper<int>>)
203 BENCHMARK(BM_Put<PersistentHashMapKeyMapper<int>>);
247 BENCHMARK(BM_Get<PersistentHashMapKeyMapper<int>>)
307 BENCHMARK(BM_Iterator<PersistentHashMapKeyMapper<int>>)
H A Dkey-mapper_test.cc81 return PersistentHashMapKeyMapper<DocumentId>::Create( in CreateKeyMapper()
93 return PersistentHashMapKeyMapper<DocumentId>::Delete(filesystem_, in DeleteKeyMapper()
H A Dpersistent-hash-map-key-mapper_test.cc44 EXPECT_THAT(PersistentHashMapKeyMapper<DocumentId>::Create( in TEST_F()
H A Ddocument-store.cc241 return PersistentHashMapKeyMapper< in CreateUriMapper()
369 ICING_RETURN_IF_ERROR(PersistentHashMapKeyMapper<DocumentId>::Delete( in DiscardDerivedFiles()
761 status = PersistentHashMapKeyMapper<DocumentId>::Delete( in ResetDocumentKeyMapper()
/aosp_15_r20/external/icing/icing/join/
H A Dqualified-id-join-index-impl-v1.cc209 PersistentHashMapKeyMapper<int32_t>::Create( in Optimize()
242 ICING_RETURN_IF_ERROR(PersistentHashMapKeyMapper<int32_t>::Delete( in Clear()
246 PersistentHashMapKeyMapper<int32_t>::Create( in Clear()
290 PersistentHashMapKeyMapper<int32_t>::Create( in InitializeNewFiles()
361 PersistentHashMapKeyMapper<int32_t>::Create( in InitializeExistingFiles()
H A Dqualified-id-join-index-impl-v2.cc364 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in Optimize()
390 PersistentHashMapKeyMapper<PostingListIdentifier>::Delete( in Clear()
394 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in Clear()
438 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in InitializeNewFiles()
492 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in InitializeExistingFiles()
H A Dqualified-id-join-index-impl-v1_test.cc511 mapper, PersistentHashMapKeyMapper<int32_t>::Create( in TEST_P()
H A Dqualified-id-join-index-impl-v2_test.cc523 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in TEST_F()