Home
last modified time | relevance | path

Searched refs:GetHasHitsInPrefixSectionPropertyId (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/index/
Dterm-property-id.h33 uint32_t GetHasHitsInPrefixSectionPropertyId();
Dterm-property-id.cc38 uint32_t GetHasHitsInPrefixSectionPropertyId() { in GetHasHitsInPrefixSectionPropertyId() function
Dindex-processor_test.cc828 std::to_string(GetHasHitsInPrefixSectionPropertyId()); in TEST_F()
/external/icing/icing/index/main/
Dmain-index.cc55 *lexicon, GetHasHitsInPrefixSectionPropertyId()); in FindShortestValidTermWithPrefixHits()
178 *main_lexicon_, GetHasHitsInPrefixSectionPropertyId()); in GetAccessorForPrefixTerm()
311 GetHasHitsInPrefixSectionPropertyId())) { in AddBackfillBranchPoints()
360 other_lexicon, GetHasHitsInPrefixSectionPropertyId()); in AddBranchPoints()
396 GetHasHitsInPrefixSectionPropertyId())) { in AddBranchPoints()
/external/icing/icing/index/lite/
Dlite-index.cc295 !lexicon_.SetProperty(tvi, GetHasHitsInPrefixSectionPropertyId())) { in UpdateTermProperties()