Searched refs:custom_words_ (Results 1 – 2 of 2) sorted by relevance
134 custom_words_.push_back(word); in AddWord()194 custom_words_.push_back(list_of_words[i]); in InitializeInternal()332 return custom_words_; in GetCustomWords()336 return custom_words_.back(); in GetLastAddedFile()
121 std::vector<std::string> custom_words_; variable