Home
last modified time | relevance | path

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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dhash.h91 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/
Dhash.h91 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/
DASTReaderInternals.h66 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);
DGlobalModuleIndex.cpp78 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anona3925f2f0311::IdentifierIndexReaderTrait
DASTReader.cpp1477 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
/external/chromium_org/base/containers/
Dsmall_map.h180 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/
DPTHLexer.cpp354 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/
DInstrProfReader.h220 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
/external/chromium_org/ipc/
Dipc_message_utils.h677 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/
DOnDiskHashTable.h328 if (!InfoPtr->EqualKey(X, IKey)) {