Home
last modified time | relevance | path

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

123456

/external/skia/src/core/
DSkResourceCache.h31 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
DSkImageFilter.cpp44 struct SkImageFilter::Cache::Key { struct in SkImageFilter::Cache
45Key(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/
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/libcxx/test/std/containers/associative/map/
Dcompare.pass.cpp21 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/
Dcompare.pass.cpp21 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/
DGrLayerCache.h79 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 …]
DGrAADistanceFieldPathRenderer.h49 struct Key { struct
50 uint32_t fGenID;
75 typedef SkTDynamicHash<PathData, PathData::Key> PathCache; argument
DGrAtlasTextContext.h164 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/
DStringMap.h143 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()
DMapVector.h86 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()
DScopedHashTable.h47 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()
DSparseMultiSet.h371 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()
DStringSet.h27 std::pair<typename base::iterator, bool> insert(StringRef Key) { in insert()
/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h73 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/
DSubtargetFeature.h35 const char *Key; // K-V key string member
52 const char *Key; // K-V key string member
/external/giflib/
Dgif_hash.c63 void _InsertHashTable(GifHashTableType *HashTable, uint32_t Key, int Code) in _InsertHashTable()
86 int _ExistsHashTable(GifHashTableType *HashTable, uint32_t Key) in _ExistsHashTable()
/external/v8/src/
Dpreparse-data.h126 struct Key { struct
127 bool is_one_byte;
128 Vector<const byte> literal_bytes;
Dscopeinfo.h55 struct Key { struct
56 Object* data;
57 String* name;
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h67 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/
DTypeListPool.java80 public static class Key<TypeCollection extends Collection<? extends CharSequence>> class in TypeListPool
84 public Key(@Nonnull TypeCollection types) { in Key() method in TypeListPool.Key
DProtoPool.java84 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/
Dgeneric-register.h43 typedef KeyType Key; typedef
148 typedef typename RegisterType::Key Key; typedef
/external/google-breakpad/src/processor/
Dmap_serializers-inl.h56 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/
DMCRegisterInfo.cpp65 DwarfLLVMRegPair Key = { RegNum, 0 }; in getDwarfRegNum() local
76 DwarfLLVMRegPair Key = { RegNum, 0 }; in getLLVMRegNum() local
/external/llvm/lib/Support/
DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { in intern()

123456