/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/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() : fVkFormat(VK_FORMAT_UNDEFINED), fExternalFormat(0), fConversionKey(0) {} in Key() argument 26 Key(VkFormat vkFormat, uint64_t externalFormat, uint8_t conversionKey) { in Key() function 35 uint8_t fConversionKey; argument 37 bool operator==(const Key& that) const { argument
|
D | GrVkSampler.h | 27 struct Key { struct 28 Key(uint8_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() function 35 uint8_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() function 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() function 35 uint16_t fSamplerKey; argument 36 GrVkSamplerYcbcrConversion::Key fYcbcrKey; 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/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/skqp/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/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() function 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/skia/tools/gpu/ |
D | MemoryCache.h | 50 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
|
/external/v8/src/objects/ |
D | lookup-cache.h | 47 struct Key { struct 52 Key keys_[kLength]; argument
|
/external/skia/src/gpu/mtl/ |
D | GrMtlDepthStencil.h | 29 struct Key { struct 38 bool operator==(const Key& that) const { argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.h | 93 struct Key { struct 98 friend bool operator<(const Key& a, const Key& b) { argument
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.h | 93 struct Key { struct 98 friend bool operator<(const Key& a, const Key& b) { argument
|
D | const_folding_rules.h | 59 struct Key { struct 64 friend bool operator<(const Key& a, const Key& b) { argument
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | folding_rules.h | 93 struct Key { struct 98 friend bool operator<(const Key& a, const Key& b) { argument
|
D | const_folding_rules.h | 59 struct Key { struct 64 friend bool operator<(const Key& a, const Key& b) { argument
|
/external/swiftshader/src/Vulkan/ |
D | VkDevice.hpp | 72 struct Key struct in vk::Device::SamplingRoutineCache 74 uint32_t instruction; 75 uint32_t sampler; 76 uint32_t imageView; 80 struct Hash
|
/external/v8/src/wasm/ |
D | wasm-engine.h | 62 struct Key { struct 68 bool operator==(const Key& other) const { argument 74 bool operator<(const Key& other) const { argument
|
/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/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
|