Home
last modified time | relevance | path

Searched refs:AddInt64Property (Results 1 – 19 of 19) sorted by relevance

/external/icing/icing/schema/
Dproperty-util_test.cc202 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST()
203 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, 3) in TEST()
267 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST()
268 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, in TEST()
281 .AddInt64Property(std::string(kPropertySingleInteger), 456) in TEST()
282 .AddInt64Property(std::string(kPropertyRepeatedInteger), 4, 5, in TEST()
336 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST()
337 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, 3) in TEST()
370 .AddInt64Property(std::string(kPropertySingleInteger), 123) in TEST()
371 .AddInt64Property(std::string(kPropertyRepeatedInteger), 1, 2, 3) in TEST()
Djoinable-property-manager_test.cc163 .AddInt64Property(kPropertyTimestamp, kDefaultTimestamp) in SetUp()
171 .AddInt64Property(kPropertyNumber, 2) in SetUp()
292 .AddInt64Property(kPropertyTimestamp, kDefaultTimestamp) in TEST_F()
Dsection-manager_test.cc271 .AddInt64Property(std::string(kPropertyRecipientIds), 1, 2, 3) in SetUp()
272 .AddInt64Property(std::string(kPropertyTimestamp), in SetUp()
274 .AddInt64Property(std::string(kPropertyNonIndexableInteger), 100) in SetUp()
853 .AddInt64Property("int", 1) in TEST_F()
1009 .AddInt64Property("integer", 123) in TEST_F()
1094 .AddInt64Property("integer", 123) in TEST_F()
Dschema-store_test.cc2873 .AddInt64Property("intProp1", 1, 2, 3) in TEST_F()
/external/icing/icing/index/
Dinteger-section-indexing-handler_test.cc231 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
281 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
283 .AddInt64Property(std::string(kPropertyPrice), 456) in TEST_F()
391 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
452 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
522 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
530 .AddInt64Property(std::string(kPropertyTimestamp), 456) in TEST_F()
Dproperty-existence-indexing-handler_test.cc230 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
238 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
361 .AddInt64Property(std::string(kPropertyTimestamp), 123) in TEST_F()
Dindex-processor_test.cc863 .AddInt64Property(std::string(kIndexableIntegerProperty), 123) in TEST_F()
887 .AddInt64Property(std::string(kIndexableIntegerProperty), 456) in TEST_F()
945 .AddInt64Property(std::string(kIndexableIntegerProperty), 123) in TEST_F()
970 .AddInt64Property(std::string(kIndexableIntegerProperty), 456) in TEST_F()
1680 .AddInt64Property(std::string(kIndexableIntegerProperty), 1, 2, 3, 4, in TEST_F()
1712 .AddInt64Property(std::string(kIndexableIntegerProperty), 1, 2, 3, 4, in TEST_F()
/external/icing/icing/util/
Dtokenized-document_test.cc262 .AddInt64Property(std::string(kUnindexedIntegerProperty), 789) in TEST_F()
263 .AddInt64Property(std::string(kIndexableIntegerProperty1), 1, 2, 3) in TEST_F()
264 .AddInt64Property(std::string(kIndexableIntegerProperty2), 456) in TEST_F()
333 .AddInt64Property(std::string(kUnindexedIntegerProperty), 789) in TEST_F()
362 .AddInt64Property(std::string(kUnindexedIntegerProperty), 789) in TEST_F()
363 .AddInt64Property(std::string(kIndexableIntegerProperty1), 1, 2, 3) in TEST_F()
364 .AddInt64Property(std::string(kIndexableIntegerProperty2), 456) in TEST_F()
Dscorable_property_set_test.cc323 .AddInt64Property("scoreInt64", 1, 2, 3) in TEST_F()
329 .AddInt64Property("age", 30) in TEST_F()
336 .AddInt64Property("age", 35) in TEST_F()
344 .AddInt64Property("age", 50) in TEST_F()
/external/icing/icing/
Ddocument-builder.h84 DocumentBuilder& AddInt64Property(std::string property_name, InputIt first, in AddInt64Property() function
96 DocumentBuilder& AddInt64Property(std::string property_name, in AddInt64Property() function
99 return AddInt64Property(std::move(property_name), int64_values_list.begin(), in AddInt64Property()
Dicing-search-engine_optimize_test.cc1150 .AddInt64Property("indexableInteger", 123) in TEST_F()
1502 .AddInt64Property("indexableInteger", 123) in TEST_F()
1545 .AddInt64Property("indexableInteger", 123) in TEST_F()
1640 .AddInt64Property("indexableInteger", 123) in TEST_F()
1685 .AddInt64Property("indexableInteger", 456) in TEST_F()
1758 .AddInt64Property("indexableInteger", 123) in TEST_F()
1805 .AddInt64Property("indexableInteger", 456) in TEST_F()
1876 .AddInt64Property("indexableInteger", 1) in TEST_F()
1883 .AddInt64Property("indexableInteger", 2) in TEST_F()
1892 .AddInt64Property("indexableInteger", 3) in TEST_F()
[all …]
Dicing-search-engine_initialization_test.cc273 .AddInt64Property("indexableInteger", 123) in CreateMessageDocument()
805 .AddInt64Property("timestamp", 123) in TEST_F()
877 .AddInt64Property("timestamp", 123) in TEST_F()
1088 .AddInt64Property("indexableInteger", 123) in TEST_F()
1240 .AddInt64Property("indexableInteger", 123) in TEST_F()
1248 .AddInt64Property("indexableInteger", 456) in TEST_F()
1435 .AddInt64Property("indexableInteger", 123) in TEST_F()
1444 .AddInt64Property("indexableInteger", 123) in TEST_F()
1689 .AddInt64Property("indexableInteger", 123) in TEST_F()
1890 .AddInt64Property("indexableInteger", 123) in TEST_F()
[all …]
Dicing-search-engine_schema_test.cc143 .AddInt64Property("indexableInteger", 123) in CreateMessageDocument()
749 .AddInt64Property("age", 20) in TEST_F()
896 .AddInt64Property("b", 123) in TEST_F()
960 .AddInt64Property("c", 123) in TEST_F()
1078 .AddInt64Property("c", 123) in TEST_F()
1086 .AddInt64Property("d", 123) in TEST_F()
1157 .AddInt64Property("c", 123) in TEST_F()
1293 .AddInt64Property("c", 123) in TEST_F()
1301 .AddInt64Property("d", 123) in TEST_F()
1362 .AddInt64Property("c", 123) in TEST_F()
[all …]
Dicing-search-engine_benchmark.cc868 .AddInt64Property("integer", integers.begin(), integers.end()) in BM_NumericIndexing()
953 .AddInt64Property("integer", integers.begin(), integers.end()) in BM_NumericExactQuery()
1037 .AddInt64Property("integer", integers.begin(), integers.end()) in BM_NumericRangeQueryAll()
Dicing-search-engine_search_test.cc6987 .AddInt64Property("price", 10) in TEST_F()
6995 .AddInt64Property("price", 25) in TEST_F()
7003 .AddInt64Property("cost", 2) in TEST_F()
7073 .AddInt64Property("price", 10) in TEST_F()
7079 .AddInt64Property("price", 25) in TEST_F()
7080 .AddInt64Property("cost", 2) in TEST_F()
7165 .AddInt64Property("price", 10) in TEST_F()
7173 .AddInt64Property("price", 25) in TEST_F()
7181 .AddInt64Property("cost", 2) in TEST_F()
7189 .AddInt64Property("price", 15) in TEST_F()
[all …]
Dicing-search-engine_backwards_compatibility_test.cc494 .AddInt64Property("indexableIntegerProperty", 10) in TEST_F()
/external/icing/icing/scoring/advanced_scoring/
Dadvanced-scorer_test.cc2265 .AddInt64Property("contactTimes", 10, 20, 30) in TEST_F()
2301 .AddInt64Property("contactTimes", 10, 20, 30) in TEST_F()
2339 .AddInt64Property("contactTimes", 10, 20, 30) in TEST_F()
2564 .AddInt64Property("scoreInt64", 1, 2, 3) in TEST_F()
2570 .AddInt64Property("age", 30) in TEST_F()
2577 .AddInt64Property("age", 35) in TEST_F()
2585 .AddInt64Property("age", 50) in TEST_F()
/external/icing/icing/query/
Dquery-processor_test.cc3113 .AddInt64Property("price", 10) in TEST_F()
3124 .AddInt64Property("price", 25) in TEST_F()
3135 .AddInt64Property("cost", 2) in TEST_F()
3218 .AddInt64Property("price", 10) in TEST_F()
/external/icing/icing/store/
Ddocument-store_test.cc5633 .AddInt64Property("scoreInt64", 1) in TEST_P()
5642 .AddInt64Property("scoreInt64", 5) in TEST_P()
5685 .AddInt64Property("scoreInt64", 1) in TEST_P()
5790 .AddInt64Property("scoreInt64", 1) in TEST_P()
5819 .AddInt64Property("scoreInt64", 1) in TEST_P()