Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dhash.h109 # define GOOGLE_PROTOBUF_HASH_COMPARE std::hash_compare macro
116 # define GOOGLE_PROTOBUF_HASH_COMPARE stdext::hash_compare macro
124 # define GOOGLE_PROTOBUF_HASH_COMPARE stdext::hash_compare macro
131 # define GOOGLE_PROTOBUF_HASH_COMPARE stdext::hash_compare macro
239 struct hash : public GOOGLE_PROTOBUF_HASH_COMPARE<Key> {
253 : public GOOGLE_PROTOBUF_HASH_COMPARE<const char*, CstringLess> {};
258 struct InternalHashCompare : public GOOGLE_PROTOBUF_HASH_COMPARE<Key> {