Home
last modified time | relevance | path

Searched refs:in_key (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/
Ddedupe_set.h45 const HashedInKey* in_key; // Valid if store_ptr == null. member
52 HashType a_hash = (a.store_ptr != nullptr) ? a.store_hash : a.in_key->first; in operator()
53 HashType b_hash = (b.store_ptr != nullptr) ? b.store_hash : b.in_key->first; in operator()
62 b.in_key->second->begin(), b.in_key->second->end()); in operator()
64 return std::lexicographical_compare(a.in_key->second->begin(), a.in_key->second->end(), in operator()
67 return std::lexicographical_compare(a.in_key->second->begin(), a.in_key->second->end(), in operator()
68 b.in_key->second->begin(), b.in_key->second->end()); in operator()
89 hashed_key.in_key = &hashed_in_key; in Add()