Searched refs:PersistentHashMapKeyMapper (Results 1 – 9 of 9) sorted by relevance
| /external/icing/icing/store/ |
| 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() 162 explicit PersistentHashMapKeyMapper( in PersistentHashMapKeyMapper() function 174 std::unique_ptr<PersistentHashMapKeyMapper<T, Formatter>>> 175 PersistentHashMapKeyMapper<T, Formatter>::Create( in Create() 191 return std::unique_ptr<PersistentHashMapKeyMapper<T, Formatter>>( in Create() 192 new PersistentHashMapKeyMapper<T, Formatter>( in Create() 198 PersistentHashMapKeyMapper<T, Formatter>::Delete( in Delete()
|
| 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>>)
|
| D | persistent-hash-map-key-mapper_test.cc | 44 EXPECT_THAT(PersistentHashMapKeyMapper<DocumentId>::Create( in TEST_F()
|
| D | key-mapper_test.cc | 81 return PersistentHashMapKeyMapper<DocumentId>::Create( in CreateKeyMapper() 93 return PersistentHashMapKeyMapper<DocumentId>::Delete(filesystem_, in DeleteKeyMapper()
|
| D | document-store.cc | 228 return PersistentHashMapKeyMapper< in CreateUriMapper() 336 ICING_RETURN_IF_ERROR(PersistentHashMapKeyMapper<DocumentId>::Delete( in DiscardDerivedFiles() 707 status = PersistentHashMapKeyMapper<DocumentId>::Delete( in ResetDocumentKeyMapper()
|
| /external/icing/icing/join/ |
| D | qualified-id-join-index-impl-v1.cc | 203 PersistentHashMapKeyMapper<int32_t>::Create( in Optimize() 235 ICING_RETURN_IF_ERROR(PersistentHashMapKeyMapper<int32_t>::Delete( in Clear() 239 PersistentHashMapKeyMapper<int32_t>::Create( in Clear() 281 PersistentHashMapKeyMapper<int32_t>::Create( in InitializeNewFiles() 348 PersistentHashMapKeyMapper<int32_t>::Create( in InitializeExistingFiles()
|
| D | qualified-id-join-index-impl-v2.cc | 365 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in Optimize() 391 PersistentHashMapKeyMapper<PostingListIdentifier>::Delete( in Clear() 395 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in Clear() 439 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in InitializeNewFiles() 492 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in InitializeExistingFiles()
|
| D | qualified-id-join-index-impl-v1_test.cc | 462 mapper, PersistentHashMapKeyMapper<int32_t>::Create( in TEST_P()
|
| D | qualified-id-join-index-impl-v2_test.cc | 478 PersistentHashMapKeyMapper<PostingListIdentifier>::Create( in TEST_F()
|