/external/skia/src/core/ |
D | SkResourceCache.h | 31 struct Key { struct 36 // nameSpace must be unique per Key subclass. argument 47 bool operator==(const Key& other) const { argument 71 typedef SkResourceCache::Key Key; argument
|
D | SkImageFilter.cpp | 44 struct SkImageFilter::Cache::Key { struct in SkImageFilter::Cache 45 … Key(const uint32_t uniqueID, const SkMatrix& matrix, const SkIRect& clipBounds, uint32_t srcGenID) in Key() argument 52 uint32_t fUniqueID; 53 SkMatrix fMatrix; 54 SkIRect fClipBounds; 55 uint32_t fSrcGenID; 56 bool operator==(const Key& other) const { in operator ==()
|
/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/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 21 struct Key { struct 22 template <typename T> Key(const T&) {} in Key() argument 23 bool operator< (const Key&) const { return false; } in operator <() argument
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | compare.pass.cpp | 21 struct Key { struct 22 template <typename T> Key(const T&) {} in Key() function 23 bool operator== (const Key&) const { return true; } in operator ==() argument
|
/external/skia/src/gpu/ |
D | GrLayerCache.h | 79 struct Key { struct 82 : fKeySize(keySize) in fKeySize() 101 ~Key() { in ~Key() 116 uint32_t pictureID() const { return fIDMatrix.fPictureID; } in pictureID() 119 const unsigned* key() const { SkASSERT(fFreeKey); return fKey; } in key() 120 int keySize() const { SkASSERT(fFreeKey); return fKeySize; } in keySize() 122 uint32_t hash() const { in hash() 130 struct IDMatrix { 135 } fIDMatrix; 137 const unsigned* fKey; [all …]
|
D | GrAADistanceFieldPathRenderer.h | 49 struct Key { struct 50 uint32_t fGenID; 75 typedef SkTDynamicHash<PathData, PathData::Key> PathCache; argument
|
D | GrAtlasTextContext.h | 164 struct Key { struct 165 Key() { in Key() argument 168 uint32_t fUniqueID; 173 SkColor fCanonicalColor; 174 SkPaint::Style fStyle; 175 SkPixelGeometry fPixelGeometry; 176 bool fHasBlur;
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 143 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() 167 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator) { in Create() 173 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { in Create() 178 static StringMapEntry *Create(StringRef Key) { in Create() 264 iterator find(StringRef Key) { in find() 270 const_iterator find(StringRef Key) const { in find() 278 ValueTy lookup(StringRef Key) const { in lookup() 290 size_type count(StringRef Key) const { in count() 365 bool erase(StringRef Key) { in erase()
|
D | MapVector.h | 86 ValueT lookup(const KeyT &Key) const { in lookup() 103 size_type count(const KeyT &Key) const { in count() 108 iterator find(const KeyT &Key) { in find() 114 const_iterator find(const KeyT &Key) const { in find() 153 size_type erase(const KeyT &Key) { in erase()
|
D | ScopedHashTable.h | 47 K Key; variable 175 size_type 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 | SparseMultiSet.h | 371 iterator find(const KeyT &Key) { in find() 375 const_iterator find(const KeyT &Key) const { in find() 382 size_type count(const KeyT &Key) const { in count() 391 bool contains(const KeyT &Key) const { in contains() 396 iterator getHead(const KeyT &Key) { return find(Key); } in getHead() 397 iterator getTail(const KeyT &Key) { in getTail()
|
D | StringSet.h | 27 std::pair<typename base::iterator, bool> insert(StringRef Key) { in insert()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | BlotMapVector.h | 73 iterator find(const KeyT &Key) { in find() 80 const_iterator find(const KeyT &Key) const { in find() 90 void blot(const KeyT &Key) { in blot()
|
/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/giflib/ |
D | gif_hash.c | 63 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) in _InsertHashTable() 86 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) in _ExistsHashTable()
|
/external/v8/src/ |
D | preparse-data.h | 126 struct Key { struct 127 bool is_one_byte; 128 Vector<const byte> literal_bytes;
|
D | scopeinfo.h | 55 struct Key { struct 56 Object* data; 57 String* name;
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item() 114 void insert(typename Info::key_type_ref Key, in insert() 123 void insert(typename Info::key_type_ref Key, in insert() 266 internal_key_type Key; variable 449 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); variable 522 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first); variable
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | TypeListPool.java | 80 public static class Key<TypeCollection extends Collection<? extends CharSequence>> class in TypeListPool 84 public Key(@Nonnull TypeCollection types) { in Key() method in TypeListPool.Key
|
D | ProtoPool.java | 84 public static class Key implements Comparable<Key> { class in ProtoPool 87 public Key(@Nonnull MethodReference method) { in Key() method in ProtoPool.Key
|
/external/openfst/src/include/fst/ |
D | generic-register.h | 43 typedef KeyType Key; typedef 148 typedef typename RegisterType::Key Key; typedef
|
/external/google-breakpad/src/processor/ |
D | map_serializers-inl.h | 56 const std::map<Key, Value> &m) const { in SizeOf() 70 char *StdMapSerializer<Key, Value>::Write(const std::map<Key, Value> &m, in Write() 101 const std::map<Key, Value> &m, unsigned int *size) const { in Serialize()
|
/external/llvm/lib/MC/ |
D | MCRegisterInfo.cpp | 65 DwarfLLVMRegPair Key = { RegNum, 0 }; in getDwarfRegNum() local 76 DwarfLLVMRegPair Key = { RegNum, 0 }; in getLLVMRegNum() local
|
/external/llvm/lib/Support/ |
D | StringPool.cpp | 25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()
|