Home
last modified time | relevance | path

Searched refs:mutable_string_indexing_config (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/icing/icing/schema/
H A Dsection-manager_test.cc772 int_property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
774 int_property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
782 double_property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
784 double_property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
792 boolean_property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
794 boolean_property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
802 bytes_property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
804 bytes_property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
813 document_property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
815 document_property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
[all …]
H A Dschema-type-manager_test.cc339 property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_delete_test.cc345 property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
347 property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
356 property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
358 property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
H A Dschema-builder.h130 property_.mutable_string_indexing_config()->set_term_match_type(match_type); in SetDataTypeString()
131 property_.mutable_string_indexing_config()->set_tokenizer_type(tokenizer); in SetDataTypeString()
H A Dicing-search-engine_search_test.cc1193 body->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
1195 body->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
1246 body->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
1248 body->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
1353 property->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
1355 property->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
3399 prop->mutable_string_indexing_config()->set_term_match_type( in TEST_F()
3401 prop->mutable_string_indexing_config()->set_tokenizer_type( in TEST_F()
H A Dicing-search-engine_schema_test.cc1276 ->mutable_string_indexing_config() in TEST_F()
1280 ->mutable_string_indexing_config() in TEST_F()
/aosp_15_r20/external/icing/icing/index/
H A Dindex-processor_benchmark.cc101 property->mutable_string_indexing_config()->set_term_match_type( in CreateFakeTypeConfig()
103 property->mutable_string_indexing_config()->set_tokenizer_type( in CreateFakeTypeConfig()
/aosp_15_r20/external/icing/icing/testing/
H A Dschema-generator.h35 prop.mutable_string_indexing_config(); in operator()
/aosp_15_r20/external/icing/icing/monkey_test/
H A Dmonkey-test-generators.cc78 property.mutable_string_indexing_config(); in SetStringIndexingConfig()
/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/
Dschema.pb.h2990 ::icing::lib::StringIndexingConfig* mutable_string_indexing_config(); in Swap()
5001 inline ::icing::lib::StringIndexingConfig* PropertyConfigProto::mutable_string_indexing_config() { in mutable_string_indexing_config() function