Searched refs:scorable_property_cache_index (Results 1 – 4 of 4) sorted by relevance
/external/icing/icing/store/ |
D | document-associated-score-data.h | 42 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()
|
D | document-store.cc | 699 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()
|
D | document-store_test.cc | 5549 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/ |
D | common-matchers.h | 133 arg.scorable_property_cache_index() != -1;
|