Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dbox_table.h101 using UnorderedMapKeyType = ClosureType; variable
105 void MakeEmpty(std::pair<UnorderedMapKeyType, ValueType>& item) const
108 bool IsEmpty(const std::pair<UnorderedMapKeyType, ValueType>& item) const;
113 size_t operator()(const UnorderedMapKeyType& key) const
119 bool operator()(const UnorderedMapKeyType& lhs, const UnorderedMapKeyType& rhs) const
123 using UnorderedMap = art::HashMap<UnorderedMapKeyType,
Dbox_table.cc66 std::pair<UnorderedMapKeyType, ValueType>& key_value_pair = *map_iterator; in ~BoxTable()
199 const std::pair<UnorderedMapKeyType, ValueType>& key_value_pair = *map_iterator; in FindBoxedLambda()
229 std::pair<UnorderedMapKeyType, ValueType>& key_value_pair = *map_iterator; in SweepWeakBoxedLambdas()
285 void BoxTable::EmptyFn::MakeEmpty(std::pair<UnorderedMapKeyType, ValueType>& item) const { in MakeEmpty() argument
292 bool BoxTable::EmptyFn::IsEmpty(const std::pair<UnorderedMapKeyType, ValueType>& item) const { in IsEmpty() argument
296 bool BoxTable::EqualsFn::operator()(const UnorderedMapKeyType& lhs, in operator ()()
297 const UnorderedMapKeyType& rhs) const { in operator ()()
305 size_t BoxTable::HashFn::operator()(const UnorderedMapKeyType& key) const { in operator ()()