Home
last modified time | relevance | path

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

1234

/external/chromium/net/base/
Dhost_cache.h41 struct Key { struct
42 Key(const std::string& hostname, AddressFamily address_family, in Key() argument
73 typedef std::map<Key, scoped_refptr<Entry> > EntryMap; argument
/external/bison/src/
Dmuscle-tab.h38 #define MUSCLE_INSERT_BOOL(Key, Value) \ argument
44 #define MUSCLE_INSERT_INT(Key, Value) \ argument
51 #define MUSCLE_INSERT_LONG_INT(Key, Value) \ argument
58 #define MUSCLE_INSERT_STRING_RAW(Key, Value) \ argument
65 #define MUSCLE_INSERT_STRING(Key, Value) \ argument
72 #define MUSCLE_INSERT_C_STRING(Key, Value) \ argument
/external/openssh/
Dkey.h36 typedef struct Key Key; typedef
76 struct Key { struct
87 struct KeyCert *cert; argument
90 Key *key_new(int); argument
/external/llvm/include/llvm/ADT/
DMapVector.h88 ValueT lookup(const KeyT &Key) const { in lookup()
105 unsigned count(const KeyT &Key) const { in count()
110 iterator find(const KeyT &Key) { in find()
116 const_iterator find(const KeyT &Key) const { in find()
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.h283 iterator find(StringRef Key) { in find()
289 const_iterator find(StringRef Key) const { in find()
297 ValueTy lookup(StringRef Key) const { in lookup()
308 size_type count(StringRef Key) const { in count()
353 MapEntryTy &GetOrCreateValue(StringRef Key, InitTy Val) { in GetOrCreateValue()
375 MapEntryTy &GetOrCreateValue(StringRef Key) { in GetOrCreateValue()
391 bool erase(StringRef Key) { in erase()
DSparseMultiSet.h379 iterator find(const KeyT &Key) { in find()
383 const_iterator find(const KeyT &Key) const { in find()
390 unsigned count(const KeyT &Key) const { in count()
399 bool contains(const KeyT &Key) const { in contains()
404 iterator getHead(const KeyT &Key) { return find(Key); } in getHead()
405 iterator getTail(const KeyT &Key) { in getTail()
DStringSet.h30 bool insert(StringRef Key) { in insert()
/external/v8/src/
Dscopeinfo.h83 struct Key { struct
84 Object* data;
85 String* name;
Dpreparse-data.h186 struct Key { struct
209 Key* string1 = reinterpret_cast<Key*>(a); in vector_compare() argument
/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() function
370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dunordered_test.cpp514 struct Key struct
516 Key() : m_data(0) {} in Key() argument
517 explicit Key(int data) : m_data(data) {} in Key() argument
522 bool operator==(const Key&) const; argument
/external/chromium/base/
Dglobal_descriptors_posix.h39 typedef uint32_t Key; typedef
/external/skia/src/gpu/
DGrTextStrike_impl.h16 Key(GrFontScaler* scaler) { in Key() function
81 Key(GrGlyph::PackedID id) : fPackedID(id) {} in Key() function
/external/clang/lib/AST/
DLambdaMangleContext.cpp26 QualType Key = in getManglingNumber() local
/external/llvm/utils/TableGen/
DCodeGenRegisters.h360 struct Key { struct
365 Key(const Key &O) in Key() argument
373 Key(const CodeGenRegisterClass &RC) in Key() argument
/external/llvm/lib/Support/
DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
/external/openfst/src/include/fst/
Dgeneric-register.h43 typedef KeyType Key; typedef
148 typedef typename RegisterType::Key Key; typedef
/external/llvm/lib/MC/
DMCRegisterInfo.cpp53 DwarfLLVMRegPair Key = { RegNum, 0 }; in getDwarfRegNum() local
64 DwarfLLVMRegPair Key = { RegNum, 0 }; in getLLVMRegNum() local
/external/clang/test/CodeGenObjC/
Dencode-test-4.m4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
/external/clang/lib/Serialization/
DModule.cpp63 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dkey.h11 Key() : str_(), weight_(0.0), id_(0), terminal_(0) {} in Key() function

1234