Searched defs:EntryIterator (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dlanguage_model_dict_content.h63 class EntryIterator { class in class:latinime::LanguageModelDictContent
65 EntryIterator(const TrieMap::TrieMapIterator &trieMapIterator, function in class:latinime::LanguageModelDictContent::EntryIterator
75 bool operator!=(const EntryIterator &other) const {
79 const EntryIterator &operator++() {
85 DISALLOW_DEFAULT_CONSTRUCTOR(EntryIterator);
86 DISALLOW_ASSIGNMENT_OPERATOR(EntryIterator);
98 EntryIterator begin() const {
99 return EntryIterator(mTrieMapRange.begin(), mHasHistoricalInfo);
102 EntryIterator end() const {
103 return EntryIterator(mTrieMapRang
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 193 milliseconds