/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | key.go | 24 type Key struct { struct 25 kind string 26 stringID string 27 intID int64 28 parent *Key 29 appID string 30 namespace string 34 func (k *Key) Kind() string { 40 func (k *Key) StringID() string { 45 func (k *Key) IntID() int64 { [all …]
|
D | datastore.go | 68 func keyToProto(defaultAppID string, k *Key) *pb.Reference { 105 func multiKeyToProto(appID string, key []*Key) []*pb.Reference { 115 func multiValid(key []*Key) error { 162 func keyToReferenceValue(defaultAppID string, k *Key) *pb.PropertyValue_ReferenceValue { 234 func Get(c context.Context, key *Key, dst interface{}) error { 255 func GetMulti(c context.Context, key []*Key, dst interface{}) error { 308 func Put(c context.Context, key *Key, src interface{}) (*Key, error) { 322 func PutMulti(c context.Context, key []*Key, src interface{}) ([]*Key, error) { 369 func Delete(c context.Context, key *Key) error { 378 func DeleteMulti(c context.Context, key []*Key) error {
|
/external/skia/src/pdf/ |
D | SkPDFGradientShader.h | 25 struct Key { struct 37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
|
/external/skqp/src/pdf/ |
D | SkPDFGradientShader.h | 25 struct Key { struct 37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
|
/external/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 24 struct Key { struct 25 Key() : fExternalFormat(0), fConversionKey(0) {} in Key() argument 26 Key(uint64_t externalFormat, uint8_t conversionKey) { in Key() argument 33 uint8_t fConversionKey; argument 35 bool operator==(const Key& that) const { argument
|
D | GrVkSampler.h | 27 struct Key { struct 28 Key(uint16_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() argument 35 uint16_t fSamplerKey; argument 36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument
|
/external/skqp/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 24 struct Key { struct 25 Key() : fExternalFormat(0), fConversionKey(0) {} in Key() function 26 Key(uint64_t externalFormat, uint8_t conversionKey) { in Key() argument 33 uint8_t fConversionKey; argument 35 bool operator==(const Key& that) const { argument
|
D | GrVkSampler.h | 27 struct Key { struct 28 Key(uint16_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() argument 35 uint16_t fSamplerKey; argument 36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument
|
/external/skqp/src/core/ |
D | SkResourceCache.h | 31 struct Key { struct 51 bool operator==(const Key& other) const { argument 75 typedef SkResourceCache::Key Key; argument
|
/external/skia/src/core/ |
D | SkResourceCache.h | 31 struct Key { struct 51 bool operator==(const Key& other) const { argument 75 typedef SkResourceCache::Key Key; argument
|
/external/skia/tools/gpu/ |
D | MemoryCache.h | 37 struct Key { struct 39 Key(const SkData& key) : fKey(SkData::MakeWithCopy(key.data(), key.size())) {} in Key() function 41 Key& operator=(const Key&) = default; argument 46 sk_sp<const SkData> fKey; argument
|
/external/skqp/tools/gpu/ |
D | MemoryCache.h | 37 struct Key { struct 39 Key(const SkData& key) : fKey(SkData::MakeWithCopy(key.data(), key.size())) {} in Key() argument 41 Key& operator=(const Key&) = default; argument 46 sk_sp<const SkData> fKey; argument
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | map.h | 18 base::flat_map<Key, Value> MapToFlatMap(const std::map<Key, Value>& input) { in MapToFlatMap() 23 base::flat_map<Key, Value> MapToFlatMap(std::map<Key, Value>&& input) { in MapToFlatMap() 29 std::map<Key, Value> FlatMapToMap(const base::flat_map<Key, Value>& input) { in FlatMapToMap() 34 std::map<Key, Value> FlatMapToMap(base::flat_map<Key, Value>&& input) { in FlatMapToMap()
|
/external/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 23 struct Key { struct 24 template <typename T> Key(const T&) {} in Key() argument 25 bool operator< (const Key&) const { return false; } in operator <() argument
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | compare.pass.cpp | 22 struct Key { struct 23 template <typename T> Key(const T&) {} in Key() function 24 bool operator== (const Key&) const { return true; } in operator ==() argument
|
/external/bcc/examples/networking/http_filter/ |
D | http-parse-complete.c | 8 struct Key { struct 20 //map <Key, Leaf> argument
|
/external/v8/src/ |
D | lookup-cache.h | 43 struct Key { struct 48 Key keys_[kLength]; argument
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.h | 191 struct Key { struct 196 Key(const Key &O) in Key() argument 204 Key(const CodeGenRegisterClass &RC) in Key() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 67 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue() 71 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal() 151 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState() 219 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey() 229 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState() 245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() 416 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local 512 LatticeKey Key; in Print() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 139 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Value *V) in Argument() 159 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) in Argument() 165 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument() 168 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument() 171 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument() 174 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument() 177 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument() 180 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument() 183 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() 187 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 50 K Key; variable 183 size_type count(const K &Key) const { in count() 187 V lookup(const K &Key) const { in lookup() 195 void insert(const K &Key, const V &Val) { in insert() 203 iterator begin(const K &Key) { in begin() 217 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
|
/external/llvm/include/llvm/ADT/ |
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()
|
/external/v8/src/ast/ |
D | context-slot-cache.h | 54 struct Key { struct 55 Object* data; 56 String* name;
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
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()
|