/external/chromium/net/base/ |
D | host_cache.h | 41 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/ |
D | muscle-tab.h | 38 #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/ |
D | key.h | 36 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/ |
D | MapVector.h | 88 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()
|
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 | 283 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()
|
D | SparseMultiSet.h | 379 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()
|
D | StringSet.h | 30 bool insert(StringRef Key) { in insert()
|
/external/v8/src/ |
D | scopeinfo.h | 83 struct Key { struct 84 Object* data; 85 String* name;
|
D | preparse-data.h | 186 struct Key { struct 209 Key* string1 = reinterpret_cast<Key*>(a); in vector_compare() argument
|
/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() function 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() argument 517 explicit Key(int data) : m_data(data) {} in Key() argument 522 bool operator==(const Key&) const; argument
|
/external/chromium/base/ |
D | global_descriptors_posix.h | 39 typedef uint32_t Key; typedef
|
/external/skia/src/gpu/ |
D | GrTextStrike_impl.h | 16 Key(GrFontScaler* scaler) { in Key() function 81 Key(GrGlyph::PackedID id) : fPackedID(id) {} in Key() function
|
/external/clang/lib/AST/ |
D | LambdaMangleContext.cpp | 26 QualType Key = in getManglingNumber() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 360 struct Key { struct 365 Key(const Key &O) in Key() argument 373 Key(const CodeGenRegisterClass &RC) in Key() argument
|
/external/llvm/lib/Support/ |
D | StringPool.cpp | 25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
|
/external/openfst/src/include/fst/ |
D | generic-register.h | 43 typedef KeyType Key; typedef 148 typedef typename RegisterType::Key Key; typedef
|
/external/llvm/lib/MC/ |
D | MCRegisterInfo.cpp | 53 DwarfLLVMRegPair Key = { RegNum, 0 }; in getDwarfRegNum() local 64 DwarfLLVMRegPair Key = { RegNum, 0 }; in getLLVMRegNum() local
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-4.m | 4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; enum
|
/external/clang/lib/Serialization/ |
D | Module.cpp | 63 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | key.h | 11 Key() : str_(), weight_(0.0), id_(0), terminal_(0) {} in Key() function
|