Home
last modified time | relevance | path

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

12345678910>>...17

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dkey.go24 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 …]
Ddatastore.go68 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/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/external/skqp/src/pdf/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/external/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.h24 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
DGrVkSampler.h27 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/
DGrVkSamplerYcbcrConversion.h24 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
DGrVkSampler.h27 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/
DSkResourceCache.h31 struct Key { struct
51 bool operator==(const Key& other) const { argument
75 typedef SkResourceCache::Key Key; argument
/external/skia/src/core/
DSkResourceCache.h31 struct Key { struct
51 bool operator==(const Key& other) const { argument
75 typedef SkResourceCache::Key Key; argument
/external/skia/tools/gpu/
DMemoryCache.h37 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/
DMemoryCache.h37 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/
Dmap.h18 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/
Dcompare.pass.cpp23 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/
Dcompare.pass.cpp22 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/
Dhttp-parse-complete.c8 struct Key { struct
20 //map <Key, Leaf> argument
/external/v8/src/
Dlookup-cache.h43 struct Key { struct
48 Key keys_[kLength]; argument
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h191 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/
DSparsePropagation.h67 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/
DDiagnosticInfo.cpp139 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/
DScopedHashTable.h50 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/
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()
/external/v8/src/ast/
Dcontext-slot-cache.h54 struct Key { struct
55 Object* data;
56 String* name;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
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()

12345678910>>...17