Home
last modified time | relevance | path

Searched refs:resolve_variant (Results 1 – 25 of 43) sorted by relevance

12

/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.hpp75 namespace resolve_variant namespace
148 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in envelope()
169 resolve_variant::envelope<Geometry>::apply(geometry, mbr, default_strategy()); in envelope()
195 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in return_envelope()
218 resolve_variant::envelope<Geometry>::apply(geometry, mbr, default_strategy()); in return_envelope()
/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.hpp64 namespace resolve_variant namespace
122 return resolve_variant::is_valid<Geometry>::apply(geometry, visitor, strategy); in is_valid()
146 return resolve_variant::is_valid<Geometry>::apply(geometry, visitor, strategy); in is_valid()
191 bool result = resolve_variant::is_valid<Geometry>::apply(geometry, visitor, strategy); in is_valid()
242 bool result = resolve_variant::is_valid<Geometry>::apply(geometry, visitor, strategy); in is_valid()
/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.hpp57 namespace resolve_variant namespace
118 return resolve_variant::is_simple<Geometry>::apply(geometry, strategy); in is_simple()
134 return resolve_variant::is_simple<Geometry>::apply(geometry, default_strategy()); in is_simple()
/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.hpp77 namespace resolve_variant namespace
176 resolve_variant::expand<Geometry>::apply(box, geometry, strategy); in expand()
194 resolve_variant::expand<Geometry>::apply(box, geometry, default_strategy()); in expand()
/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.hpp121 namespace resolve_variant { namespace
268 return resolve_variant::self_touches<Geometry>::apply(geometry); in touches()
287 return resolve_variant::touches in touches()
312 return resolve_variant::touches in touches()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dis_convex.hpp153 namespace resolve_variant { namespace
207 return resolve_variant::is_convex in is_convex()
217 return resolve_variant::is_convex<Geometry>::apply(geometry, strategy); in is_convex()
H A Dperimeter.hpp136 namespace resolve_variant { namespace
201 return resolve_variant::perimeter<Geometry>::apply(geometry, default_strategy()); in perimeter()
223 return resolve_variant::perimeter<Geometry>::apply(geometry, strategy); in perimeter()
H A Dlength.hpp187 namespace resolve_variant { namespace
264 return resolve_variant::length<Geometry>::apply(geometry, strategy_type()); in length()
290 return resolve_variant::length<Geometry>::apply(geometry, strategy); in length()
H A Dcrosses.hpp99 namespace resolve_variant namespace
239 return resolve_variant::crosses in crosses()
259 return resolve_variant::crosses in crosses()
H A Dnum_geometries.hpp85 namespace resolve_variant namespace
134 return resolve_variant::num_geometries<Geometry>::apply(geometry); in num_geometries()
H A Dnum_interior_rings.hpp83 namespace resolve_variant namespace
135 return resolve_variant::num_interior_rings<Geometry>::apply(geometry); in num_interior_rings()
H A Dremove_spikes.hpp244 namespace resolve_variant { namespace
303 resolve_variant::remove_spikes<Geometry>::apply(geometry, geometry::default_strategy()); in remove_spikes()
316 resolve_variant::remove_spikes<Geometry>::apply(geometry, strategy); in remove_spikes()
H A Darea.hpp207 namespace resolve_variant { namespace
286 return resolve_variant::area<Geometry>::apply(geometry, strategy_type()); in area()
322 return resolve_variant::area<Geometry>::apply(geometry, strategy); in area()
H A Dbuffer.hpp116 namespace resolve_variant { namespace
192 resolve_variant::buffer<Input>::apply(geometry_in, distance, chord_length, geometry_out); in buffer()
216 resolve_variant::buffer<Input>::apply(geometry, distance, chord_length, geometry_out); in return_buffer()
H A Dreverse.hpp132 namespace resolve_variant namespace
180 resolve_variant::reverse<Geometry>::apply(geometry); in reverse()
H A Dclear.hpp140 namespace resolve_variant { namespace
190 resolve_variant::clear<Geometry>::apply(geometry); in clear()
H A Dcorrect.hpp279 namespace resolve_variant { namespace
343 resolve_variant::correct<Geometry>::apply(geometry, strategy_type()); in correct()
365 resolve_variant::correct<Geometry>::apply(geometry, strategy); in correct()
H A Ddifference.hpp176 namespace resolve_variant namespace
364 resolve_variant::difference in difference()
395 resolve_variant::difference in difference()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Ddefault_length_result.hpp51 namespace resolve_variant namespace
83 : resolve_variant::default_length_result<Geometry>
/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.hpp77 namespace resolve_variant { namespace
214 return resolve_variant::disjoint in disjoint()
236 return resolve_variant::disjoint in disjoint()
/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.hpp102 namespace resolve_variant namespace
257 return resolve_variant::within in within()
295 return resolve_variant::within in within()
/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.hpp100 namespace resolve_variant { namespace
231 return resolve_variant::covered_by<Geometry1, Geometry2> in covered_by()
255 return resolve_variant::covered_by<Geometry1, Geometry2> in covered_by()
/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.hpp38 namespace resolve_variant namespace
186 return resolve_variant::relation in relation()
209 return resolve_variant::relation in relation()
/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.hpp127 namespace resolve_variant { namespace
282 return resolve_variant::equals in equals()
308 return resolve_variant::equals<Geometry1, Geometry2> in equals()
/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.hpp160 namespace resolve_variant namespace
354 return resolve_variant::intersection in intersection()
387 return resolve_variant::intersection in intersection()

12