Home
last modified time | relevance | path

Searched defs:visitor (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/comparable_distance/
H A Dinterface.hpp119 struct visitor: static_visitor struct
129 Geometry2 const& m_geometry2;
130 Strategy const& m_strategy;
132 visitor(Geometry2 const& geometry2, in visitor() function
143 operator()(Geometry1 const& geometry1) const in operator ()()
180 struct visitor: static_visitor struct
190 Geometry1 const& m_geometry1;
191 Strategy const& m_strategy;
193 visitor(Geometry1 const& geometry1, in visitor() function
204 operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dinterface.hpp99 struct visitor: boost::static_visitor<bool> struct
101 Geometry2 const& m_geometry2;
102 Strategy const& m_strategy;
104 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() argument
110 bool operator()(Geometry1 const& geometry1) const in operator ()()
129 struct visitor: boost::static_visitor<bool> struct
131 Geometry1 const& m_geometry1;
132 Strategy const& m_strategy;
134 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() argument
140 bool operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relation/
H A Dinterface.hpp70 struct visitor : boost::static_visitor<Matrix> struct
72 Geometry2 const& m_geometry2;
73 Strategy const& m_strategy;
75 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() function
79 Matrix operator()(Geometry1 const& geometry1) const in operator ()()
100 struct visitor : boost::static_visitor<Matrix> struct
102 Geometry1 const& m_geometry1;
103 Strategy const& m_strategy;
105 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() function
109 Matrix operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/
H A Dinterface.hpp198 struct visitor: static_visitor<bool> struct
200 Geometry2 const& m_geometry2;
201 GeometryOut& m_geometry_out;
202 Strategy const& m_strategy;
204 visitor(Geometry2 const& geometry2, in visitor() function
213 bool operator()(Geometry1 const& geometry1) const in operator ()()
242 struct visitor: static_visitor<bool> struct
244 Geometry1 const& m_geometry1;
245 GeometryOut& m_geometry_out;
246 Strategy const& m_strategy;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dinterface.hpp140 struct visitor: boost::static_visitor<bool> struct
142 Geometry2 const& m_geometry2;
143 Strategy const& m_strategy;
145 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() function
151 bool operator()(Geometry1 const& geometry1) const in operator ()()
170 struct visitor: boost::static_visitor<bool> struct
172 Geometry1 const& m_geometry1;
173 Strategy const& m_strategy;
175 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() function
181 bool operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Ddifference.hpp210 struct visitor: static_visitor<> struct
212 Geometry2 const& m_geometry2;
213 Collection& m_output_collection;
214 Strategy const& m_strategy;
216 visitor(Geometry2 const& geometry2, in visitor() argument
225 void operator()(Geometry1 const& geometry1) const in operator ()()
254 struct visitor: static_visitor<> struct
256 Geometry1 const& m_geometry1;
257 Collection& m_output_collection;
258 Strategy const& m_strategy;
[all …]
H A Dcrosses.hpp118 struct visitor: static_visitor<bool> struct
120 Geometry2 const& m_geometry2;
121 Strategy const& m_strategy;
123 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() argument
129 result_type operator()(Geometry1 const& geometry1) const in operator ()()
153 struct visitor: static_visitor<bool> struct
155 Geometry1 const& m_geometry1;
156 Strategy const& m_strategy;
158 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() argument
164 result_type operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
H A Dunion.hpp337 struct visitor: static_visitor<> struct
339 Geometry2 const& m_geometry2;
340 Collection& m_output_collection;
341 Strategy const& m_strategy;
343 visitor(Geometry2 const& geometry2, in visitor() argument
352 void operator()(Geometry1 const& geometry1) const in operator ()()
381 struct visitor: static_visitor<> struct
383 Geometry1 const& m_geometry1;
384 Collection& m_output_collection;
385 Strategy const& m_strategy;
[all …]
H A Dsym_difference.hpp384 struct visitor: static_visitor<> struct
386 Geometry2 const& m_geometry2;
387 Collection& m_output_collection;
388 Strategy const& m_strategy;
390 visitor(Geometry2 const& geometry2, in visitor() function
399 void operator()(Geometry1 const& geometry1) const in operator ()()
428 struct visitor: static_visitor<> struct
430 Geometry1 const& m_geometry1;
431 Collection& m_output_collection;
432 Strategy const& m_strategy;
[all …]
H A Dassign.hpp259 struct visitor: static_visitor<void> struct
261 Geometry2 const& m_geometry2;
263 visitor(Geometry2 const& geometry2) in visitor() argument
268 result_type operator()(Geometry1& geometry1) const in operator ()()
291 struct visitor: static_visitor<void> struct
293 Geometry1& m_geometry1;
295 visitor(Geometry1 const& geometry1) in visitor() function
300 result_type operator()(Geometry2 const& geometry2) const in operator ()()
323 struct visitor: static_visitor<void> struct
326 result_type operator()( in operator ()()
H A Dconvex_hull.hpp228 struct visitor: boost::static_visitor<void> struct
230 OutputGeometry& m_out;
231 Strategy const& m_strategy;
233 visitor(OutputGeometry& out, Strategy const& strategy) in visitor() function
238 void operator()(Geometry const& geometry) const in operator ()()
272 struct visitor: boost::static_visitor<OutputIterator> struct
274 OutputIterator& m_out;
275 Strategy const& m_strategy;
277 visitor(OutputIterator& out, Strategy const& strategy) in visitor() function
282 OutputIterator operator()(Geometry const& geometry) const in operator ()()
H A Dbuffer.hpp135 struct visitor: boost::static_visitor<void> struct
137 Distance const& m_distance;
138 Distance const& m_chord_length;
139 GeometryOut& m_out;
141 visitor(Distance const& distance, in visitor() function
150 void operator()(Geometry const& geometry) const in operator ()()
H A Dnum_points.hpp163 struct visitor: boost::static_visitor<std::size_t> struct
165 bool m_add_for_open;
167 visitor(bool add_for_open): m_add_for_open(add_for_open) {} in visitor() argument
170 inline std::size_t operator()(Geometry const& geometry) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dinterface.hpp127 struct visitor: boost::static_visitor<bool> struct
129 Geometry2 const& m_geometry2;
130 Strategy const& m_strategy;
132 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() function
138 bool operator()(Geometry1 const& geometry1) const in operator ()()
161 struct visitor: boost::static_visitor<bool> struct
163 Geometry1 const& m_geometry1;
164 Strategy const& m_strategy;
166 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() function
172 bool operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/
H A Dinterface.hpp119 struct visitor: boost::static_visitor<bool> struct
121 Geometry2 const& m_geometry2;
122 Strategy const& m_strategy;
124 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() argument
128 bool operator()(Geometry1 const& geometry1) const in operator ()()
149 struct visitor: boost::static_visitor<bool> struct
151 Geometry1 const& m_geometry1;
152 Strategy const& m_strategy;
154 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() argument
158 bool operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dinterface.hpp152 struct visitor: static_visitor<bool> struct
154 Geometry2 const& m_geometry2;
155 Strategy const& m_strategy;
157 visitor(Geometry2 const& geometry2, Strategy const& strategy) in visitor() argument
163 inline bool operator()(Geometry1 const& geometry1) const in operator ()()
186 struct visitor: static_visitor<bool> struct
188 Geometry1 const& m_geometry1;
189 Strategy const& m_strategy;
191 visitor(Geometry1 const& geometry1, Strategy const& strategy) in visitor() function
197 inline bool operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dinterface.hpp156 struct visitor: static_visitor struct
166 Geometry2 const& m_geometry2;
167 Strategy const& m_strategy;
169 visitor(Geometry2 const& geometry2, in visitor() argument
177 operator()(Geometry1 const& geometry1) const in operator ()()
210 struct visitor: static_visitor struct
220 Geometry1 const& m_geometry1;
221 Strategy const& m_strategy;
223 visitor(Geometry1 const& geometry1, in visitor() function
231 operator()(Geometry2 const& geometry2) const in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dinterface.hpp265 struct visitor : boost::static_visitor<bool> struct
267 Geometry2 const& m_geometry2;
268 Mask const& m_mask;
269 Strategy const& m_strategy;
271 visitor(Geometry2 const& geometry2, Mask const& mask, Strategy const& strategy) in visitor() function
275 bool operator()(Geometry1 const& geometry1) const in operator ()()
297 struct visitor : boost::static_visitor<bool> struct
299 Geometry1 const& m_geometry1;
300 Mask const& m_mask;
301 Strategy const& m_strategy;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant_visitor.hpp11 struct visitor<Fn> : Fn struct
13 using type = Fn;
16 visitor(Fn fn) : Fn(fn) {} in visitor() function
20 struct visitor<Fn, Fns...> : Fn, visitor<Fns...> struct
22 using type = visitor;
26 visitor(Fn fn, Fns... fns) : Fn(fn), visitor<Fns...>(fns...) {} in visitor() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dinterface.hpp85 struct visitor : boost::static_visitor<bool> struct
87 visitor(VisitPolicy& policy, Strategy const& strategy) in visitor() function
93 bool operator()(Geometry const& geometry) const in operator ()()
98 VisitPolicy& m_policy;
99 Strategy const& m_strategy;
119 VisitPolicy& visitor, in is_valid()
145 is_valid_default_policy<> visitor; in is_valid() local
190 failure_type_policy<> visitor; in is_valid() local
241 failing_reason_policy<> visitor(stream); in is_valid() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dapply_visitor_binary.hpp60 apply_visitor_binary_invoke(Visitor& visitor, Value1& value1) BOOST_NOEXCEPT in apply_visitor_binary_invoke()
94 apply_visitor_binary_unwrap(Visitor& visitor, Visitable2& visitable2) BOOST_NOEXCEPT in apply_visitor_binary_unwrap()
146 Visitor& visitor in apply_visitor()
169 const Visitor& visitor in apply_visitor()
199 apply_visitor_binary_invoke_cpp14(Visitor& visitor, Value1& value1) BOOST_NOEXCEPT in apply_visitor_binary_invoke_cpp14()
225 apply_visitor_binary_unwrap_cpp14(Visitor& visitor, Visitable2& visitable2) BOOST_NOEXCEPT in apply_visitor_binary_unwrap_cpp14()
251 inline decltype(auto) apply_visitor(Visitor& visitor, Visitable1& visitable1, Visitable2& visitable… in apply_visitor()
264 inline decltype(auto) apply_visitor(const Visitor& visitor, Visitable1& visitable1, Visitable2& vis… in apply_visitor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/
H A Dinterface.hpp100 struct visitor: boost::static_visitor<void> struct
102 Box& m_box;
103 Strategy const& m_strategy;
105 visitor(Box& box, Strategy const& strategy) in visitor() argument
111 void operator()(Geometry const& geometry) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Dinterface.hpp98 struct visitor: boost::static_visitor<void> struct
100 Box& m_box;
101 Strategy const& m_strategy;
103 visitor(Box& box, Strategy const& strategy) in visitor() argument
109 void operator()(Geometry const& geometry) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dinterface.hpp76 struct visitor : boost::static_visitor<bool> struct
78 Strategy const& m_strategy;
80 visitor(Strategy const& strategy) in visitor() function
85 bool operator()(Geometry const& geometry) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dsvg_mapper.hpp214 struct visitor: static_visitor<void> struct
216 std::ostream& m_os;
217 std::string const& m_style;
218 double m_size;
219 TransformStrategy const& m_strategy;
221 visitor(std::ostream& os, in visitor() function
232 inline void operator()(Geometry const& geometry) const in operator ()()

1234