/external/chromium/net/base/ |
D | host_cache.h | 41 struct Key { struct 42 Key(const std::string& hostname, AddressFamily address_family, in Key() function 73 typedef std::map<Key, scoped_refptr<Entry> > EntryMap; argument
|
D | host_resolver_impl.h | 137 typedef HostCache::Key Key; typedef
|
/external/bison/src/ |
D | muscle_tab.h | 35 #define MUSCLE_INSERT_BOOL(Key, Value) \ argument 41 #define MUSCLE_INSERT_INT(Key, Value) \ argument 48 #define MUSCLE_INSERT_LONG_INT(Key, Value) \ argument 55 #define MUSCLE_INSERT_STRING(Key, Value) \ argument 76 #define MUSCLE_INSERT_C_STRING(Key, Value) \ argument
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 47 K Key; variable 175 bool count(const K &Key) const { in count() 179 V lookup(const K &Key) { in lookup() 187 void insert(const K &Key, const V &Val) { in insert() 195 iterator begin(const K &Key) { in begin() 209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
D | StringMap.h | 289 iterator find(StringRef Key) { in find() 295 const_iterator find(StringRef Key) const { in find() 303 ValueTy lookup(StringRef Key) const { in lookup() 314 size_type count(StringRef Key) const { in count() 358 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) { in GetOrCreateValue() 380 MapEntryTy &GetOrCreateValue(StringRef Key) { in GetOrCreateValue() 396 bool erase(StringRef Key) { in erase()
|
/external/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 35 const char *Key; // K-V key string member 52 const char *Key; // K-V key string member
|
/external/stlport/test/unit/ |
D | find_test.cpp | 51 struct Key struct 53 int data; 58 bool operator == (int d) const in operator ==()
|
D | map_test.cpp | 303 struct Key struct 305 Key() : m_data(0) {} in Key() function 306 explicit Key(int data) : m_data(data) {} in Key() function 313 bool operator () (Key lhs, Key rhs) const in operator ()() argument
|
D | set_test.cpp | 360 struct Key struct 362 Key() : m_data(0) {} in Key() argument 363 explicit Key(int data) : m_data(data) {} in Key() argument 370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
|
D | unordered_test.cpp | 514 struct Key struct 516 Key() : m_data(0) {} in Key() function 517 explicit Key(int data) : m_data(data) {} in Key() function 522 bool operator==(const Key&) const; argument
|
/external/v8/src/ |
D | scopeinfo.h | 209 struct Key { struct 210 Object* data; 211 String* name;
|
D | preparse-data.h | 204 struct Key { struct 227 Key* string1 = reinterpret_cast<Key*>(a); in vector_compare() argument
|
D | heap-profiler.h | 176 typedef JSObjectsCluster Key; typedef 219 typedef JSObjectsCluster Key; typedef 267 typedef JSObjectsCluster Key; typedef
|
/external/chromium/base/ |
D | global_descriptors_posix.h | 39 typedef uint32_t Key; typedef
|
/external/skia/gpu/src/ |
D | GrTextStrike_impl.h | 23 Key(GrFontScaler* scaler) { in Key() function 88 Key(GrGlyph::PackedID id) : fPackedID(id) {} in Key() function
|
D | GrTextureCache.cpp | 129 class GrTextureCache::Key { class in GrTextureCache 134 Key(const GrTextureKey& key) : fKey(key) {} in Key() function in GrTextureCache::Key
|
/external/llvm/lib/Support/ |
D | StringPool.cpp | 25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
|
D | StringMap.cpp | 164 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey()
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 205 Action::ActionClass Key; in SelectTool() local 970 Action::ActionClass Key; in SelectTool() local 1059 Action::ActionClass Key; in SelectTool() local 1086 Action::ActionClass Key; in SelectTool() local 1142 Action::ActionClass Key; in SelectTool() local 1193 Action::ActionClass Key; in SelectTool() local 1235 Action::ActionClass Key; in SelectTool() local 1275 Action::ActionClass Key; in SelectTool() local 1676 Action::ActionClass Key; in SelectTool() local 1722 Action::ActionClass Key; in SelectTool() local [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | HashTable.h | 84 … inline void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*, in addIterator() 85 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*) { } in addIterator() 88 …inline void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, Ke… in removeIterator()
|
/external/clang/lib/Lex/ |
D | HeaderMap.cpp | 38 uint32_t Key; // Offset (into strings) of key. member 193 const char *Key = getString(B.Key); in dump() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 120 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr(); in isSafeToConvert() local 556 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); in ConvertRecordDeclType() local 619 const Type *Key = Context.getTagDeclType(RD).getTypePtr(); in getCGRecordLayout() local
|
/external/skia/gpu/include/ |
D | GrTextStrike.h | 107 class Key; variable
|
/external/clang/test/SemaCXX/ |
D | flexible-array-test.cpp | 12 void QMap<Key, T>::insert(const Key &, const T &avalue) in insert()
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 401 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy); in get() local 528 DenseMapAPFloatKeyInfo::KeyTy Key(V); in get() local 1222 ExprMapKeyType Key(opc, argVec); in getFoldedCast() local 1510 ExprMapKeyType Key(Opcode, argVec, 0, Flags); in get() local 1589 ExprMapKeyType Key(Instruction::Select, argVec); in getSelect() local 1616 const ExprMapKeyType Key(Instruction::GetElementPtr, ArgVec, 0, in getGetElementPtr() local 1637 const ExprMapKeyType Key(Instruction::ICmp, ArgVec, pred); in getICmp() local 1660 const ExprMapKeyType Key(Instruction::FCmp, ArgVec, pred); in getFCmp() local 1682 const ExprMapKeyType Key(Instruction::ExtractElement,ArgVec); in getExtractElement() local 1704 const ExprMapKeyType Key(Instruction::InsertElement,ArgVec); in getInsertElement() local [all …]
|