Searched refs:BASE_HASH_IMPL_NAMESPACE (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/containers/ |
D | hash_tables.h | 52 #define BASE_HASH_IMPL_NAMESPACE __gnu_cxx macro 71 return BASE_HASH_IMPL_NAMESPACE::hash<T>()(value); in operator() 78 return BASE_HASH_IMPL_NAMESPACE::hash<uintptr_t>()( 166 using hash_map = BASE_HASH_IMPL_NAMESPACE::hash_map<Key, T, Hash, Pred, Alloc>; 173 BASE_HASH_IMPL_NAMESPACE::hash_multimap<Key, T, Hash, Pred, Alloc>; 180 BASE_HASH_IMPL_NAMESPACE::hash_multiset<Key, Hash, Pred, Alloc>; 186 using hash_set = BASE_HASH_IMPL_NAMESPACE::hash_set<Key, Hash, Pred, Alloc>; 188 #undef BASE_HASH_IMPL_NAMESPACE
|