Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium/net/base/
Dhost_cache.h41 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
Dhost_resolver_impl.h137 typedef HostCache::Key Key; typedef
/external/bison/src/
Dmuscle_tab.h35 #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/
DScopedHashTable.h47 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()
DStringMap.h289 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/
DSubtargetFeature.h35 const char *Key; // K-V key string member
52 const char *Key; // K-V key string member
/external/stlport/test/unit/
Dfind_test.cpp51 struct Key struct
53 int data;
58 bool operator == (int d) const in operator ==()
Dmap_test.cpp303 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
Dset_test.cpp360 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
Dunordered_test.cpp514 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/
Dscopeinfo.h209 struct Key { struct
210 Object* data;
211 String* name;
Dpreparse-data.h204 struct Key { struct
227 Key* string1 = reinterpret_cast<Key*>(a); in vector_compare() argument
Dheap-profiler.h176 typedef JSObjectsCluster Key; typedef
219 typedef JSObjectsCluster Key; typedef
267 typedef JSObjectsCluster Key; typedef
/external/chromium/base/
Dglobal_descriptors_posix.h39 typedef uint32_t Key; typedef
/external/skia/gpu/src/
DGrTextStrike_impl.h23 Key(GrFontScaler* scaler) { in Key() function
88 Key(GrGlyph::PackedID id) : fPackedID(id) {} in Key() function
DGrTextureCache.cpp129 class GrTextureCache::Key { class in GrTextureCache
134 Key(const GrTextureKey& key) : fKey(key) {} in Key() function in GrTextureCache::Key
/external/llvm/lib/Support/
DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
DStringMap.cpp164 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { in RemoveKey()
/external/clang/lib/Driver/
DToolChains.cpp205 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/
DHashTable.h84 … 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/
DHeaderMap.cpp38 uint32_t Key; // Offset (into strings) of key. member
193 const char *Key = getString(B.Key); in dump() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp120 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/
DGrTextStrike.h107 class Key; variable
/external/clang/test/SemaCXX/
Dflexible-array-test.cpp12 void QMap<Key, T>::insert(const Key &, const T &avalue) in insert()
/external/llvm/lib/VMCore/
DConstants.cpp401 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 …]

123