Home | History | Annotate | Download | only in integration

Lines Matching refs:index

22 size_t GetDictionarySize(int index);
35 // Waits until the profile at the given index contains exactly |num| dictionary
37 bool AwaitNumDictionaryEntries(int index, size_t num_words);
41 bool DictionaryMatchesVerifier(int index);
43 // Adds |word| to the dictionary for profile with index |index|. Also adds
46 bool AddWord(int index, const std::string& word);
48 // Removes |word| from the dictionary for profile with index |index|. Also
51 bool RemoveWord(int index, const std::string& word);