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

  /external/protobuf/src/google/protobuf/stubs/
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/
ASTReaderInternals.h 65 static bool EqualKey(const internal_key_type& a,
97 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
165 static bool EqualKey(const internal_key_type& a,
219 bool EqualKey(internal_key_ref a, internal_key_ref b);
GlobalModuleIndex.cpp 74 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
ASTReader.cpp     [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 349 static bool EqualKey(internal_key_type a, internal_key_type b) {
372 static bool EqualKey(const internal_key_type& a,
642 // The key 'kind' doesn't matter here because it is ignored in EqualKey.
646 static bool EqualKey(internal_key_type a, internal_key_type b) {
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 324 if (!InfoPtr->EqualKey(X, iKey)) {

Completed in 32 milliseconds