Home
last modified time | relevance | path

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

12345678910>>...13

/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> { argument
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/flutter/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/pdf/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/third_party/flutter/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.h24 struct Key { struct
25 Key() : fVkFormat(VK_FORMAT_UNDEFINED), fExternalFormat(0), fConversionKey(0) {} in Key() function
26 Key(VkFormat vkFormat, uint64_t externalFormat, uint8_t conversionKey) { in Key() argument
35 uint8_t fConversionKey; argument
37 bool operator==(const Key& that) const { argument
DGrVkSampler.h27 struct Key { struct
28 Key(uint16_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() function
35 uint16_t fSamplerKey; argument
36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; 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() function
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/flutter/skia/src/core/
DSkResourceCache.h31 struct Key { struct
51 bool operator==(const Key& other) const { argument
75 typedef SkResourceCache::Key Key; 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/flutter/skia/third_party/externals/spirv-tools/tools/stats/
Dstats_analyzer.cpp59 const std::unordered_map<Key, uint32_t>& hist, uint64_t total) { in GetRecall()
71 const std::unordered_map<Key, uint32_t>& hist) { in GetPrevalence()
86 void WriteFreq(std::ostream& out, const std::unordered_map<Key, double>& freq, in WriteFreq()
87 std::string (*label_from_key)(Key), double threshold = 0.001) { in WriteFreq()
91 const std::pair<Key, double>& right) { in WriteFreq()
109 void WriteHist(std::ostream& out, const std::unordered_map<Key, uint32_t>& hist, in WriteHist()
110 std::string (*label_from_key)(Key)) { in WriteHist()
114 const std::pair<Key, uint32_t>& right) { in WriteHist()
/third_party/flutter/skia/tools/gpu/
DMemoryCache.h50 struct Key { struct
52 Key(const SkData& key) : fKey(SkData::MakeWithCopy(key.data(), key.size())) {} in Key() function
54 Key& operator=(const Key&) = default; argument
59 sk_sp<const SkData> fKey; 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() function
58 Key& operator=(const Key&) = default; argument
63 sk_sp<const SkData> fKey; argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlDepthStencil.h29 struct Key { struct
38 bool operator==(const Key& that) const { 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/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
/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/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/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()
/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()

12345678910>>...13