HomeSort by: relevance | last modified time | path
    Searched refs:KeyOfValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableSet.h 78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
120 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
121 ImutInfo::KeyOfValue(V)))
205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
206 ImutInfo::KeyOfValue(getValue()))) &&
210 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
211 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
548 key_type_ref K = ImutInfo::KeyOfValue(V);
549 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
569 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
ImmutableMap.h 35 static inline key_type_ref KeyOfValue(value_type_ref V) {

Completed in 24 milliseconds