Home
last modified time | relevance | path

Searched refs:use_persistent_hash_map (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/icing/icing/join/
H A Dqualified-id-join-index-impl-v1_test.cc59 bool use_persistent_hash_map; member
64 use_persistent_hash_map(use_persistent_hash_map_in) {} in QualifiedIdJoinIndexImplV1TestParam()
92 param.pre_mapping_fbv, param.use_persistent_hash_map), in TEST_P()
106 param.use_persistent_hash_map)); in TEST_P()
158 param.use_persistent_hash_map)); in TEST_P()
178 param.use_persistent_hash_map), in TEST_P()
179 StatusIs(param.use_persistent_hash_map in TEST_P()
193 param.use_persistent_hash_map)); in TEST_P()
218 param.use_persistent_hash_map)); in TEST_P()
240 param.use_persistent_hash_map)); in TEST_P()
[all …]
H A Dqualified-id-join-index-impl-v1.cc89 bool use_persistent_hash_map) { in Create() argument
100 pre_mapping_fbv, use_persistent_hash_map); in Create()
103 pre_mapping_fbv, use_persistent_hash_map); in Create()
277 bool use_persistent_hash_map) { in InitializeNewFiles() argument
286 if (use_persistent_hash_map) { in InitializeNewFiles()
320 use_persistent_hash_map)); in InitializeNewFiles()
336 bool pre_mapping_fbv, bool use_persistent_hash_map) { in InitializeExistingFiles() argument
350 if ((use_persistent_hash_map && dynamic_trie_key_mapper_dir_exists) || in InitializeExistingFiles()
351 (!use_persistent_hash_map && !dynamic_trie_key_mapper_dir_exists)) { in InitializeExistingFiles()
358 if (use_persistent_hash_map) { in InitializeExistingFiles()
[all …]
H A Dqualified-id-join-index-impl-v1.h100 bool pre_mapping_fbv, bool use_persistent_hash_map);
192 bool pre_mapping_fbv, bool use_persistent_hash_map) in QualifiedIdJoinIndexImplV1() argument
198 use_persistent_hash_map_(use_persistent_hash_map), in QualifiedIdJoinIndexImplV1()
205 bool pre_mapping_fbv, bool use_persistent_hash_map);
211 bool use_persistent_hash_map);
/aosp_15_r20/external/icing/icing/store/
H A Ddocument-store.cc222 bool use_persistent_hash_map) { in CreateUriMapper() argument
233 if ((use_persistent_hash_map && dynamic_trie_key_mapper_dir_exists) || in CreateUriMapper()
234 (!use_persistent_hash_map && persistent_hash_map_dir_exists)) { in CreateUriMapper()
240 if (use_persistent_hash_map) { in CreateUriMapper()
295 bool pre_mapping_fbv, bool use_persistent_hash_map, in DocumentStore() argument
304 use_persistent_hash_map_(use_persistent_hash_map), in DocumentStore()
334 bool use_persistent_hash_map, int32_t compression_level, in Create() argument
343 use_persistent_hash_map, compression_level)); in Create()
H A Ddocument-store.h153 bool use_persistent_hash_map, int32_t compression_level,
600 bool pre_mapping_fbv, bool use_persistent_hash_map,
H A Ddocument-store_test.cc159 bool use_persistent_hash_map; member
164 use_persistent_hash_map(use_persistent_hash_map_in) {} in DocumentStoreTestParam()
281 GetParam().pre_mapping_fbv, GetParam().use_persistent_hash_map, in CreateDocumentStore()
4301 GetParam().pre_mapping_fbv, GetParam().use_persistent_hash_map, in TEST_P()
4527 GetParam().use_persistent_hash_map, in TEST_P()
4768 GetParam().use_persistent_hash_map, in TEST_P()
4972 GetParam().pre_mapping_fbv, GetParam().use_persistent_hash_map, in TEST_P()
5213 GetParam().use_persistent_hash_map, in TEST_P()
5226 if (GetParam().use_persistent_hash_map) { in TEST_P()
5246 bool switch_key_mapper_flag = !GetParam().use_persistent_hash_map; in TEST_P()
[all …]
/aosp_15_r20/external/icing/proto/icing/proto/
H A Dinitialize.proto188 optional bool use_persistent_hash_map = 10; field
/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/
Dinitialize.pb.h766 bool use_persistent_hash_map() const; in Swap()
1793 inline bool IcingSearchEngineOptions::use_persistent_hash_map() const { in use_persistent_hash_map() function