Searched refs:PersistentHashMapKeyMapper (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/icing/icing/store/ |
H A D | persistent-hash-map-key-mapper.h | 39 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 D | key-mapper_benchmark.cc | 81 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 D | key-mapper_test.cc | 81 return PersistentHashMapKeyMapper<DocumentId>::Create( in CreateKeyMapper() 93 return PersistentHashMapKeyMapper<DocumentId>::Delete(filesystem_, in DeleteKeyMapper()
|
H A D | persistent-hash-map-key-mapper_test.cc | 44 EXPECT_THAT(PersistentHashMapKeyMapper<DocumentId>::Create( in TEST_F()
|
H A D | document-store.cc | 241 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 D | qualified-id-join-index-impl-v1.cc | 209 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 D | qualified-id-join-index-impl-v2.cc | 364 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 D | qualified-id-join-index-impl-v1_test.cc | 511 mapper, PersistentHashMapKeyMapper<int32_t>::Create( in TEST_P()
|
H A D | qualified-id-join-index-impl-v2_test.cc | 523 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in TEST_F()
|