Searched refs:CurrentKey (Results 1 - 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
H A D | ImmutableIntervalMap.h | 110 key_type_ref CurrentKey = ImutInfo::KeyOfValue(this->getValue(T)); 112 if (ImutInfo::isContainedIn(K, CurrentKey)) 114 else if (ImutInfo::isLess(K, CurrentKey))
|
H A D | ImmutableSet.h | 76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); local 77 if (ImutInfo::isEqual(K,CurrentKey)) 79 else if (ImutInfo::isLess(K,CurrentKey))
|
/external/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); local 77 if (ImutInfo::isEqual(K,CurrentKey)) 79 else if (ImutInfo::isLess(K,CurrentKey))
|
/external/v8/src/ |
H A D | d8.h | 81 const char* CurrentKey() { return static_cast<const char*>(entry_->key); } function in class:v8::CounterMap::Iterator
|
H A D | objects-inl.h | 8114 Object* OrderedHashTableIterator<Derived, TableType>::CurrentKey() { 8124 array->set(0, CurrentKey()); 8129 array->set(0, CurrentKey());
|
H A D | d8.cc | 1766 counters[j].key = i.CurrentKey();
|
H A D | objects.h | 10539 // calling |CurrentKey| and/or |CurrentValue|. 10554 inline Object* CurrentKey();
|
H A D | objects.cc | 18631 OrderedHashTableIterator<JSSetIterator, OrderedHashSet>::CurrentKey(); 18648 OrderedHashTableIterator<JSMapIterator, OrderedHashMap>::CurrentKey();
|
Completed in 410 milliseconds