Searched defs:EqualKey (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h213 typename EqualKey = std::equal_to<Key>,
220 const EqualKey& c = EqualKey(),
228 typename EqualKey = std::equal_to<Key> >
257 template <typename Key, typename HashFcn, typename EqualKey>
260 InternalHashCompare(HashFcn hashfcn, EqualKey equalkey)
267 EqualKey equalkey_;
272 typename EqualKey = std::equal_to<Key>,
276 Key, Data, InternalHashCompare<Key, HashFcn, EqualKey>, Alloc> {
278 Key, Data, InternalHashCompare<Key, HashFcn, EqualKey>, Allo
219 hash_map(int a = 0, const HashFcn& b = HashFcn(), const EqualKey& c = EqualKey(), const Alloc& d = Alloc()) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderInternals.h85 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { function in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
144 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { function in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
220 static bool EqualKey(const internal_key_type& a, function in class:clang::serialization::reader::ASTSelectorLookupTrait
277 bool EqualKey(internal_key_ref a, internal_key_ref b);
H A DGlobalModuleIndex.cpp79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { function in class:__anon1931::IdentifierIndexReaderTrait
H A DASTReader.cpp1542 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { function in class:HeaderFileInfoTrait
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h278 static bool EqualKey(StringRef A, StringRef B) { return A == B; } function in class:llvm::IndexedInstrProf::HashT
/external/clang/lib/Lex/
H A DPTHLexer.cpp355 static bool EqualKey(internal_key_type a, internal_key_type b) { function in class:PTHManager::PTHFileLookupTrait
377 static bool EqualKey(const internal_key_type& a, function in class:PTHManager::PTHStringLookupTrait
652 // The key 'kind' doesn't matter here because it is ignored in EqualKey.
656 static bool EqualKey(internal_key_type a, internal_key_type b) { function in class:__anon1740::PTHStatLookupTrait

Completed in 136 milliseconds