Home
last modified time | relevance | path

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

/external/icing/icing/index/main/
Ddoc-hit-info-iterator-term-main.cc97 main_index_->GetAccessorForExactTerm(term_)); in RetrieveMoreHits()
Dmain-index.h52 GetAccessorForExactTerm(const std::string& term);
Dmain-index_test.cc172 EXPECT_THAT(main_index->GetAccessorForExactTerm("foo"), in TEST_F()
199 EXPECT_THAT(main_index->GetAccessorForExactTerm("foo"), IsOk()); in TEST_F()
Dmain-index.cc155 MainIndex::GetAccessorForExactTerm(const std::string& term) { in GetAccessorForExactTerm() function in icing::lib::MainIndex