Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/rust/crates/log/src/kv/
Dkey.rs11 fn to_key(&self) -> Key; in to_key()
18 fn to_key(&self) -> Key { in to_key()
23 impl<'k> ToKey for Key<'k> { implementation
24 fn to_key(&self) -> Key { in to_key()
30 fn to_key(&self) -> Key { in to_key()
37 pub struct Key<'k> { struct
41 impl<'k> Key<'k> { impl
53 impl<'k> fmt::Debug for Key<'k> { implementation
59 impl<'k> fmt::Display for Key<'k> { implementation
65 impl<'k> hash::Hash for Key<'k> { implementation
[all …]
/third_party/skia/src/pdf/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.h26 struct Key { struct
27 Key() : fVkFormat(VK_FORMAT_UNDEFINED), fExternalFormat(0), fConversionKey(0) {} in Key() function
28 Key(VkFormat vkFormat, uint64_t externalFormat, uint8_t conversionKey) { in Key() argument
37 uint8_t fConversionKey; argument
39 bool operator==(const Key& that) const { argument
DGrVkSampler.h29 struct Key { struct
30 Key(uint8_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() function
37 uint8_t fSamplerKey; argument
38 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument
/third_party/skia/src/core/
DSkResourceCache.h31 struct Key { struct
51 bool operator==(const Key& other) const { argument
75 typedef SkResourceCache::Key Key; argument
DSkVMBlitter.h43 struct Key { struct
57 bool operator==(const Key& that) const; argument
/third_party/skia/src/gpu/text/
DGrTextBlob.h186 struct Key { struct
211 bool operator==(const Key& other) const; argument
/third_party/skia/tools/gpu/
DMemoryCache.h54 struct Key { struct
56 Key(const SkData& key) : fKey(SkData::MakeWithCopy(key.data(), key.size())) {} in Key() argument
58 Key& operator=(const Key&) = default; argument
63 sk_sp<const SkData> fKey; argument
/third_party/node/deps/v8/src/objects/
Dlookup-cache.h47 struct Key { struct
52 Key keys_[kLength]; argument
/third_party/skia/src/gpu/mtl/
DGrMtlDepthStencil.h30 struct Key { struct
39 bool operator==(const Key& that) const { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSparsePropagation.h66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
150 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
507 LatticeKey Key; in Print() local
/third_party/spirv-tools/source/opt/
Dfolding_rules.h93 struct Key { struct
98 friend bool operator<(const Key& a, const Key& b) { argument
Dconst_folding_rules.h59 struct Key { struct
64 friend bool operator<(const Key& a, const Key& b) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.h93 struct Key { struct
98 friend bool operator<(const Key& a, const Key& b) { argument
Dconst_folding_rules.h59 struct Key { struct
64 friend bool operator<(const Key& a, const Key& b) { argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.h93 struct Key { struct
98 friend bool operator<(const Key& a, const Key& b) { argument
Dconst_folding_rules.h59 struct Key { struct
64 friend bool operator<(const Key& a, const Key& b) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp163 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Value *V) in Argument()
183 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) in Argument()
189 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) in Argument()
192 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, int N) in Argument()
195 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, float N) in Argument()
198 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long N) in Argument()
201 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, long long N) in Argument()
204 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, unsigned N) in Argument()
207 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
211 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in Argument()
[all …]
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h69 struct Key { struct
75 bool operator==(const Key& other) const { argument
81 bool operator<(const Key& other) const { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h49 K Key; variable
182 size_type count(const K &Key) const { in count()
186 V lookup(const K &Key) const { in lookup()
194 void insert(const K &Key, const V &Val) { in insert()
202 iterator begin(const K &Key) { in begin()
216 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
DStringMap.h178 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
204 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) { in Create()
209 static StringMapEntry *Create(StringRef Key) { in Create()
355 iterator find(StringRef Key) { in find()
361 const_iterator find(StringRef Key) const { in find()
369 ValueTy lookup(StringRef Key) const { in lookup()
381 size_type count(StringRef Key) const { in count()
420 std::pair<iterator, bool> insert_or_assign(StringRef Key, V &&Val) { in insert_or_assign()
432 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace()
479 bool erase(StringRef Key) { in erase()
DMapVector.h110 ValueT lookup(const KeyT &Key) const { in lookup()
142 size_type count(const KeyT &Key) const { in count()
147 iterator find(const KeyT &Key) { in find()
153 const_iterator find(const KeyT &Key) const { in find()
192 size_type erase(const KeyT &Key) { in erase()
/third_party/gn/src/base/
Dstl_util.h206 void EraseIf(std::map<Key, T, Compare, Allocator>& container, Predicate pred) { in EraseIf()
211 void EraseIf(std::multimap<Key, T, Compare, Allocator>& container, in EraseIf()
217 void EraseIf(std::set<Key, Compare, Allocator>& container, Predicate pred) { in EraseIf()
222 void EraseIf(std::multiset<Key, Compare, Allocator>& container, in EraseIf()
233 void EraseIf(std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf()
245 std::unordered_multimap<Key, T, Hash, KeyEqual, Allocator>& container, in EraseIf()
255 void EraseIf(std::unordered_set<Key, Hash, KeyEqual, Allocator>& container, in EraseIf()
265 void EraseIf(std::unordered_multiset<Key, Hash, KeyEqual, Allocator>& container, in EraseIf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h158 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create()
184 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) { in Create()
189 static StringMapEntry *Create(StringRef Key) { in Create()
315 iterator find(StringRef Key) { in find()
321 const_iterator find(StringRef Key) const { in find()
329 ValueTy lookup(StringRef Key) const { in lookup()
341 size_type count(StringRef Key) const { in count()
377 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { in try_emplace()
424 bool erase(StringRef Key) { in erase()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.hpp86 struct Key struct in vk::Device::SamplingRoutineCache
88 uint32_t instruction;
89 uint32_t sampler;
90 uint32_t imageView;
94 struct Hash

12345678910>>...12