HomeSort by relevance Sort by last modified time
    Searched refs:EqualKey (Results 1 - 5 of 5) 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 62 static bool EqualKey(const internal_key_type& a,
105 static bool EqualKey(const internal_key_type& a,
156 static bool EqualKey(const internal_key_type& a,
221 bool EqualKey(internal_key_type a, internal_key_type b);
ASTReader.cpp 877 static bool EqualKey(internal_key_type a, internal_key_type b) {
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 353 static bool EqualKey(internal_key_type a, internal_key_type b) {
376 static bool EqualKey(const internal_key_type& a,
646 // The key 'kind' doesn't matter here because it is ignored in EqualKey.
650 static bool EqualKey(internal_key_type a, internal_key_type b) {
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 323 if (!InfoPtr->EqualKey(X, iKey)) {

Completed in 2425 milliseconds