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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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/
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 66 static bool EqualKey(const internal_key_type& a,
99 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
171 static bool EqualKey(const internal_key_type& a,
227 bool EqualKey(internal_key_ref a, internal_key_ref b);
GlobalModuleIndex.cpp 78 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
ASTReader.cpp     [all...]
  /external/chromium_org/base/containers/
small_map.h 74 // EqualKey: A functor which tests two keys for equality. If the wrapped
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/
PTHLexer.cpp 354 static bool EqualKey(internal_key_type a, internal_key_type b) {
376 static bool EqualKey(const internal_key_type& a,
663 // The key 'kind' doesn't matter here because it is ignored in EqualKey.
667 static bool EqualKey(internal_key_type a, internal_key_type b) {
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 220 static bool EqualKey(StringRef A, StringRef B) { return A == B; }
  /external/chromium_org/ipc/
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/
OnDiskHashTable.h 215 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
328 if (!InfoPtr->EqualKey(X, IKey)) {

Completed in 1092 milliseconds