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

  /external/protobuf/vsprojects/
config.h 13 #define HASH_NAMESPACE std
15 #define HASH_NAMESPACE stdext
  /external/protobuf/src/google/protobuf/stubs/
hash.h 108 struct hash : public HASH_NAMESPACE::hash_compare<Key> {
122 : public HASH_NAMESPACE::hash_compare<const char*, CstringLess> {
128 class hash_map : public HASH_NAMESPACE::hash_map<
137 class hash_set : public HASH_NAMESPACE::hash_set<
146 struct hash : public HASH_NAMESPACE::hash<Key> {
172 class hash_map : public HASH_NAMESPACE::HASH_MAP_CLASS<
181 class hash_set : public HASH_NAMESPACE::HASH_SET_CLASS<
  /external/protobuf/android/
config.h 11 #define HASH_NAMESPACE std::tr1
  /external/protobuf/
config.h.in 10 #undef HASH_NAMESPACE

Completed in 2259 milliseconds