Home
last modified time | relevance | path

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

12345678910>>...15

/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/pdf/
DSkPDFGradientShader.h25 struct Key { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator() argument
/third_party/boost/libs/property_map/test/
Dproperty_map_cc.cpp20 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/
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() function
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() 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() argument
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/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/gpu/text/
DGrTextBlob.h186 struct Key { struct
211 bool operator==(const Key& other) const; argument
/third_party/boost/boost/python/
Dobject_protocol.hpp27 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/
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/boost/boost/serialization/
Dboost_unordered_set.hpp41 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()
Dunordered_set.hpp39 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()
Dunordered_map.hpp44 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()
Dboost_unordered_map.hpp44 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()
Dset.hpp68 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()
Dmap.hpp74 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()
Dhash_set.hpp81 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/
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() argument
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/boost/boost/pending/
Dcontainer_traits.hpp194 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 …]

12345678910>>...15