HomeSort by relevance Sort by last modified time
    Searched defs:result_it (Results 1 - 2 of 2) sorted by null

  /art/compiler/sea_ir/types/
types.h 39 art::SafeMap<int, const Type*>::const_iterator result_it = type_map_.find(instruction_id); local
40 if (type_map_.end() != result_it) {
41 return result_it->second;
  /art/compiler/utils/
scoped_hashtable.h 41 typename std::map<K, V>::const_iterator result_it = (*scopes_it).find(k); local
42 if (result_it != (*scopes_it).end()) {
43 return (*result_it).second;

Completed in 56 milliseconds