Searched refs:QueryWord (Results 1 – 2 of 2) sorted by relevance
259 const QueryWord** first_word,260 const QueryWord** last_word) const;276 const QueryWord** first_word, in MatchesAll()277 const QueryWord** last_word) const { in MatchesAll()301 const QueryWord* first_word; in HasMatchIn()302 const QueryWord* last_word; in HasMatchIn()314 const QueryWord* first_word; in HasMatchIn()315 const QueryWord* last_word; in HasMatchIn()454 words->push_back(QueryWord()); in ExtractQueryWords()
19 struct QueryWord { struct27 typedef std::vector<query_parser::QueryWord> QueryWordVector; argument