Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1144 using nested_value_type = Hasher; typedef
1150 return static_cast<const nested_value_type &>(*this)(kv.first); in operator ()()
1160 return static_cast<nested_value_type &>(*this)(kv.first); in operator ()()
1166 using nested_value_type::operator();
1171 using nested_value_type = KeyEqual; typedef
1177 return static_cast<const nested_value_type &>(*this)(lhs.first, rhs.first); in operator ()()
1183 return static_cast<const nested_value_type &>(*this)(lhs.first, rhs); in operator ()()
1231 using hasher = typename table_type::hasher::nested_value_type;
1232 using key_equal = typename table_type::key_equal::nested_value_type;