Searched defs:TermCharWordSet (Results 1 – 1 of 1) sorted by relevance
75 struct InMemoryURLIndex::TermCharWordSet { struct in history::InMemoryURLIndex76 TermCharWordSet() // Required for STL resize(). in TermCharWordSet() argument80 TermCharWordSet(const char16& uni_char, in TermCharWordSet() function88 bool is_not_used() const { return !used_; } in is_not_used()90 char16 char_;91 WordIDSet word_id_set_;92 bool used_; // true if this set has been used for the current term search.