Home
last modified time | relevance | path

Searched refs:scorable_property_cache_index (Results 1 – 4 of 4) sorted by relevance

/external/icing/icing/store/
Ddocument-associated-score-data.h42 int32_t scorable_property_cache_index,
48 scorable_property_cache_index_(scorable_property_cache_index) {} in creation_timestamp_ms_()
56 other.scorable_property_cache_index();
67 int32_t scorable_property_cache_index() const { in scorable_property_cache_index() function
72 int32_t scorable_property_cache_index) { in set_scorable_property_cache_index() argument
73 scorable_property_cache_index_ = scorable_property_cache_index; in set_scorable_property_cache_index()
Ddocument-store.cc699 int32_t scorable_property_cache_index = kInvalidScorablePropertyCacheIndex; in RegenerateDerivedFiles() local
703 ICING_ASSIGN_OR_RETURN(scorable_property_cache_index, in RegenerateDerivedFiles()
713 scorable_property_cache_index, in RegenerateDerivedFiles()
1228 int scorable_property_cache_index, in InternalPut()
1234 scorable_property_cache_index, length_in_tokens))); in InternalPut()
1363 if (score_data_or.ValueOrDie()->scorable_property_cache_index() == in GetScorablePropertySet()
1371 score_data_or.ValueOrDie()->scorable_property_cache_index()); in GetScorablePropertySet()
2108 int32_t scorable_property_cache_index = kInvalidScorablePropertyCacheIndex; in RegenerateScorablePropertyCache() local
2110 scorable_property_cache_index, in RegenerateScorablePropertyCache()
2119 scorable_property_cache_index); in RegenerateScorablePropertyCache()
Ddocument-store_test.cc5549 EXPECT_EQ(score_data.scorable_property_cache_index(), -1); in TEST_P()
5912 EXPECT_EQ(score_data.scorable_property_cache_index(), -1); in TEST_P()
5935 EXPECT_NE(score_data.scorable_property_cache_index(), -1); in TEST_P()
5986 EXPECT_NE(score_data.scorable_property_cache_index(), -1); in TEST_P()
6013 EXPECT_EQ(score_data.scorable_property_cache_index(), -1); in TEST_P()
/external/icing/icing/testing/
Dcommon-matchers.h133 arg.scorable_property_cache_index() != -1;