Searched defs:CurrentKey (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dd8.h104 const char* CurrentKey() { return static_cast<const char*>(entry_->key); } function in class:v8::CounterMap::Iterator
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); local
77 if (ImutInfo::isEqual(K,CurrentKey))
79 else if (ImutInfo::isLess(K,CurrentKey))

Completed in 2056 milliseconds