HomeSort by relevance Sort by last modified time
    Searched refs:BASE_HASH_NAMESPACE (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/containers/
hash_tables.h 19 #define BASE_HASH_NAMESPACE base_hash
21 namespace BASE_HASH_NAMESPACE {
24 // uses of BASE_HASH_NAMESPACE with base::hash_map do not interfere with
39 } // namespace BASE_HASH_NAMESPACE
46 class Hash = BASE_HASH_NAMESPACE::hash<Key>,
54 class Hash = BASE_HASH_NAMESPACE::hash<Key>,
61 class Hash = BASE_HASH_NAMESPACE::hash<Key>,
68 class Hash = BASE_HASH_NAMESPACE::hash<Key>,