| /third_party/skia/src/pdf/ |
| D | SkPDFGradientShader.h | 25 struct Key { struct 37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
|
| /third_party/flutter/skia/src/pdf/ |
| D | SkPDFGradientShader.h | 25 struct Key { struct 37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
|
| /third_party/boost/libs/property_map/test/ |
| D | property_map_cc.cpp | 20 typedef null_archetype<> Key; in main() typedef 26 typedef null_archetype<> Key; in main() typedef 32 typedef null_archetype<> Key; in main() typedef 38 typedef null_archetype<> Key; in main() typedef 44 typedef null_archetype<> Key; in main() typedef 50 typedef std::ptrdiff_t Key; in main() typedef 55 typedef std::ptrdiff_t Key; in main() typedef 60 typedef sgi_assignable_archetype<> Key; // ? in main() typedef 72 typedef sgi_assignable_archetype<> Key; in main() typedef 84 typedef sgi_assignable_archetype< less_than_comparable_archetype<> > Key; in main() typedef [all …]
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkSamplerYcbcrConversion.h | 24 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() function 35 uint8_t fConversionKey; argument 37 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
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkSamplerYcbcrConversion.h | 26 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
|
| D | GrVkSampler.h | 29 struct Key { struct 30 Key(uint8_t samplerKey, const GrVkSamplerYcbcrConversion::Key& ycbcrKey) { in Key() argument 37 uint8_t fSamplerKey; argument 38 GrVkSamplerYcbcrConversion::Key fYcbcrKey; argument
|
| /third_party/skia/src/core/ |
| D | SkResourceCache.h | 31 struct Key { struct 51 bool operator==(const Key& other) const { argument 75 typedef SkResourceCache::Key Key; argument
|
| D | SkVMBlitter.h | 43 struct Key { struct 57 bool operator==(const Key& that) const; argument
|
| /third_party/flutter/skia/src/core/ |
| D | SkResourceCache.h | 31 struct Key { struct 51 bool operator==(const Key& other) const { argument 75 typedef SkResourceCache::Key Key; argument
|
| /third_party/skia/src/gpu/text/ |
| D | GrTextBlob.h | 186 struct Key { struct 211 bool operator==(const Key& other) const; argument
|
| /third_party/boost/boost/python/ |
| D | object_protocol.hpp | 27 object getattr(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getattr() argument 33 …ect getattr(Target const& target, Key const& key, Default const& default_ BOOST_PYTHON_NO_ARRAY_AR… in getattr() 40 void setattr(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setattr() 46 void delattr(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in delattr() argument 52 object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in getitem() argument 59 void setitem(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key… in setitem() 65 void delitem(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) in delitem() argument
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/tools/stats/ |
| D | stats_analyzer.cpp | 59 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/boost/boost/serialization/ |
| D | boost_unordered_set.hpp | 41 const boost::unordered_set<Key, HashFcn, EqualKey, Allocator> &t, in save() 59 boost::unordered_set<Key, HashFcn, EqualKey, Allocator> &t, in load() 83 boost::unordered_set<Key, HashFcn, EqualKey, Allocator> &t, in serialize() 99 const boost::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in save() 117 boost::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in load() 141 boost::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in serialize()
|
| D | unordered_set.hpp | 39 inline void save( in save() 68 std::unordered_set<Key, HashFcn, EqualKey, Allocator>, in load() 87 inline void serialize( in serialize() 105 inline void save( in save() 134 std::unordered_multiset<Key, HashFcn, EqualKey, Allocator>, in load() 153 std::unordered_multiset<Key, HashFcn, EqualKey, Allocator> &t, in serialize()
|
| D | unordered_map.hpp | 44 const std::unordered_map<Key, T, HashFcn, EqualKey, Allocator> &t, in save() 63 std::unordered_map<Key, T, HashFcn, EqualKey, Allocator> &t, in load() 88 std::unordered_map<Key, T, HashFcn, EqualKey, Allocator> &t, in serialize() 105 const std::unordered_multimap<Key, T, HashFcn, EqualKey, Allocator> &t, in save() 124 std::unordered_multimap<Key, T, HashFcn, EqualKey, Allocator> &t, in load() 149 std::unordered_multimap<Key, T, HashFcn, EqualKey, Allocator> &t, in serialize()
|
| D | boost_unordered_map.hpp | 44 const boost::unordered_map<Key, T, HashFcn, EqualKey, Allocator> &t, in save() 63 boost::unordered_map<Key, T, HashFcn, EqualKey, Allocator> &t, in load() 88 boost::unordered_map<Key, T, HashFcn, EqualKey, Allocator> &t, in serialize() 105 const boost::unordered_multimap<Key, T, HashFcn, EqualKey, Allocator> &t, in save() 131 boost::unordered_multimap<Key, T, HashFcn, EqualKey, Allocator>, in load() 151 boost::unordered_multimap<Key, T, HashFcn, EqualKey, Allocator> &t, in serialize()
|
| D | set.hpp | 68 const std::set<Key, Compare, Allocator> &t, in save() 79 std::set<Key, Compare, Allocator> &t, in load() 90 std::set<Key, Compare, Allocator> & t, in serialize() 100 const std::multiset<Key, Compare, Allocator> &t, in save() 112 std::multiset<Key, Compare, Allocator> &t, in load() 123 std::multiset<Key, Compare, Allocator> & t, in serialize()
|
| D | map.hpp | 74 const std::map<Key, Type, Compare, Allocator> &t, in save() 86 std::map<Key, Type, Compare, Allocator> &t, in load() 97 std::map<Key, Type, Compare, Allocator> &t, in serialize() 107 const std::multimap<Key, Type, Compare, Allocator> &t, in save() 119 std::multimap<Key, Type, Compare, Allocator> &t, in load() 130 std::multimap<Key, Type, Compare, Allocator> &t, in serialize()
|
| D | hash_set.hpp | 81 inline void save( in save() 103 inline void load( in load() 133 inline void serialize( in serialize() 151 inline void save( in save() 173 inline void load( in load() 203 inline void serialize( in serialize()
|
| /third_party/flutter/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
|
| /third_party/skia/tools/gpu/ |
| D | MemoryCache.h | 54 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/flutter/skia/src/gpu/mtl/ |
| D | GrMtlDepthStencil.h | 29 struct Key { struct 38 bool operator==(const Key& that) const { argument
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlDepthStencil.h | 30 struct Key { struct 39 bool operator==(const Key& that) const { argument
|
| /third_party/boost/boost/pending/ |
| D | container_traits.hpp | 194 set_tag container_category(const std::set< Key, Cmp, Alloc >&) in container_category() 200 stable_tag iterator_stability(const std::set< Key, Cmp, Alloc >&) in iterator_stability() 220 multiset_tag container_category(const std::multiset< Key, Cmp, Alloc >&) in container_category() 226 stable_tag iterator_stability(const std::multiset< Key, Cmp, Alloc >&) in iterator_stability() 255 map_tag container_category(const std::map< Key, T, Cmp, Alloc >&) in container_category() 261 stable_tag iterator_stability(const std::map< Key, T, Cmp, Alloc >&) in iterator_stability() 281 multimap_tag container_category(const std::multimap< Key, T, Cmp, Alloc >&) in container_category() 287 stable_tag iterator_stability(const std::multimap< Key, T, Cmp, Alloc >&) in iterator_stability() 343 unordered_set_tag container_category( in container_category() 350 unordered_map_tag container_category( in container_category() [all …]
|