/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 91 typename EqualKey = int > 99 typename EqualKey = int > 127 typename EqualKey = int > 136 typename EqualKey = int > 171 typename EqualKey = std::equal_to<Key> > 173 Key, Data, HashFcn, EqualKey> { 180 typename EqualKey = std::equal_to<Key> > 182 Key, HashFcn, EqualKey> {
|
/external/protobuf/src/google/protobuf/stubs/ |
D | hash.h | 91 typename EqualKey = int > 97 typename EqualKey = int > 123 typename EqualKey = int > 130 typename EqualKey = int > 163 typename EqualKey = std::equal_to<Key> > 165 Key, Data, HashFcn, EqualKey> { 170 typename EqualKey = std::equal_to<Key> > 172 Key, HashFcn, EqualKey> {
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 66 static bool EqualKey(const internal_key_type& a, in EqualKey() function 99 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function 171 static bool EqualKey(const internal_key_type& a, in EqualKey() function 227 bool EqualKey(internal_key_ref a, internal_key_ref b);
|
D | GlobalModuleIndex.cpp | 78 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anona3925f2f0311::IdentifierIndexReaderTrait
|
D | ASTReader.cpp | 1477 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
/external/chromium_org/base/containers/ |
D | small_map.h | 180 typename EqualKey = 197 typedef EqualKey key_equal; 635 template <typename NormalMap, int kArraySize, typename EqualKey, 637 inline bool SmallMap<NormalMap, kArraySize, EqualKey, 642 template <typename NormalMap, int kArraySize, typename EqualKey, 644 inline bool SmallMap<NormalMap, kArraySize, EqualKey,
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 354 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in __anon73dabeb70111::PTHFileLookupTrait 376 static bool EqualKey(const internal_key_type& a, in EqualKey() function in __anon73dabeb70111::PTHStringLookupTrait 667 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in __anon73dabeb70211::PTHStatLookupTrait
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 220 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|
/external/chromium_org/ipc/ |
D | ipc_message_utils.h | 677 typename EqualKey, 679 struct ParamTraits<base::SmallMap<NormalMap, kArraySize, EqualKey, MapInit> > { 680 typedef base::SmallMap<NormalMap, kArraySize, EqualKey, MapInit> param_type;
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 328 if (!InfoPtr->EqualKey(X, IKey)) {
|