HomeSort by relevance Sort by last modified time
    Searched refs:IterationResult (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.h 64 class IterationResult {
66 IterationResult(const TrieMap *const trieMap, const int key, const uint64_t value,
110 const IterationResult operator*() const {
111 return IterationResult(mTrieMap, mKey, mValue, mNextLevelBitmapEntryIndex);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.h 70 const TrieMap::TrieMapIterator::IterationResult &result = *mTrieMapIterator;
  /external/autotest/frontend/tko/
models.py 270 class IterationResult(dbmodels.Model, model_logic.ModelExtensions):
281 """Metadata for class IterationResult."""
476 iteration_query = IterationResult.objects.filter(attribute=result_key)
499 """Join the given TestView QuerySet to IterationResult for one result.
505 We accomplish this by joining the TestView query to IterationResult

Completed in 562 milliseconds