Home
last modified time | relevance | path

Searched refs:mutable_snippet_spec (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/icing/icing/result/
H A Dresult-adjustment-info_test.cc107 result_spec.mutable_snippet_spec()->set_num_to_snippet(5); in TEST_F()
108 result_spec.mutable_snippet_spec()->set_num_matches_per_property(5); in TEST_F()
109 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(5); in TEST_F()
136 result_spec.mutable_snippet_spec()->set_num_to_snippet(0); in TEST_F()
137 result_spec.mutable_snippet_spec()->set_num_matches_per_property(5); in TEST_F()
138 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(5); in TEST_F()
H A Dresult-retriever-v2_snippet_test.cc297 *result_spec.mutable_snippet_spec() = CreateSnippetSpec(); in TEST_F()
412 *result_spec.mutable_snippet_spec() = std::move(snippet_spec); in TEST_F()
494 *result_spec.mutable_snippet_spec() = std::move(snippet_spec); in TEST_F()
553 *result_spec.mutable_snippet_spec() = std::move(snippet_spec); in TEST_F()
615 *result_spec.mutable_snippet_spec() = std::move(snippet_spec); in TEST_F()
679 *result_spec.mutable_snippet_spec() = std::move(snippet_spec); in TEST_F()
787 *parent_result_spec.mutable_snippet_spec() = CreateSnippetSpec(); in TEST_F()
791 *child_result_spec.mutable_snippet_spec() = CreateSnippetSpec(); in TEST_F()
1020 *parent_result_spec.mutable_snippet_spec() = std::move(parent_snippet_spec); in TEST_F()
1026 *child_result_spec.mutable_snippet_spec() = std::move(child_snippet_spec); in TEST_F()
[all …]
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_benchmark.cc135 result_spec.mutable_snippet_spec()->set_num_to_snippet(num_to_snippet); in CreateResultSpec()
136 result_spec.mutable_snippet_spec()->set_num_matches_per_property( in CreateResultSpec()
817 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(64); in BM_QueryWithSnippet()
818 result_spec.mutable_snippet_spec()->set_num_matches_per_property(10000); in BM_QueryWithSnippet()
819 result_spec.mutable_snippet_spec()->set_num_to_snippet(10000); in BM_QueryWithSnippet()
H A Dicing-search-engine_search_test.cc291 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(64); in TEST_F()
292 result_spec.mutable_snippet_spec()->set_num_matches_per_property(1); in TEST_F()
293 result_spec.mutable_snippet_spec()->set_num_to_snippet(1); in TEST_F()
1077 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(64); in TEST_F()
1078 result_spec.mutable_snippet_spec()->set_num_matches_per_property(1); in TEST_F()
1079 result_spec.mutable_snippet_spec()->set_num_to_snippet(3); in TEST_F()
3214 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(64); in TEST_F()
3215 result_spec.mutable_snippet_spec()->set_num_matches_per_property(2); in TEST_F()
3216 result_spec.mutable_snippet_spec()->set_num_to_snippet(2); in TEST_F()
3277 result_spec.mutable_snippet_spec()->set_max_window_utf32_length(64); in TEST_F()
[all …]
/aosp_15_r20/external/icing/icing/monkey_test/
H A Dicing-monkey-test-runner.cc181 *result_spec.mutable_snippet_spec() = in GenerateRandomResultSpecProto()
/aosp_15_r20/out/soong/.intermediates/external/icing/proto/icing-c-proto/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/icing/proto/
Dsearch.pb.h1482 ::icing::lib::ResultSpecProto_SnippetSpecProto* mutable_snippet_spec(); in Swap()
5706 inline ::icing::lib::ResultSpecProto_SnippetSpecProto* ResultSpecProto::mutable_snippet_spec() { in mutable_snippet_spec() function