Home
last modified time | relevance | path

Searched defs:get_comparable (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Ddistance_haversine.hpp203 struct get_comparable<haversine<RadiusType, CalculationType> > struct
206 typedef haversine<RadiusType, CalculationType> this_type;
207 typedef comparable::haversine<RadiusType, CalculationType> comparable_type;
209 static inline comparable_type apply(this_type const& input) in apply()
252 struct get_comparable<comparable::haversine<RadiusType, CalculationType> > struct
255 typedef comparable::haversine<RadiusType, CalculationType> this_type;
257 static inline this_type apply(this_type const& input) in apply()
H A Ddistance_cross_track.hpp585 struct get_comparable<cross_track<CalculationType, Strategy> > struct
590 >::type comparable_type;
593 apply(cross_track<CalculationType, Strategy> const& strategy) in apply()
655 struct get_comparable<comparable::cross_track<RadiusType, CalculationType> > struct
658 typedef comparable::cross_track<RadiusType, CalculationType> this_type;
660 static inline this_type apply(this_type const& input) in apply()
H A Ddistance_cross_track_point_box.hpp267 struct get_comparable<cross_track_point_box<CalculationType, Strategy> > struct
269 typedef cross_track_point_box<CalculationType, Strategy> this_strategy;
270 typedef typename comparable_type<this_strategy>::type comparable_type;
273 static inline comparable_type apply(this_strategy const& strategy) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras.hpp193 struct get_comparable<pythagoras<CalculationType> > struct
195 typedef comparable::pythagoras<CalculationType> comparable_type;
197 static inline comparable_type apply(pythagoras<CalculationType> const& ) in apply()
242 struct get_comparable<comparable::pythagoras<CalculationType> > struct
244 typedef comparable::pythagoras<CalculationType> comparable_type;
246 static inline comparable_type apply(comparable::pythagoras<CalculationType> const& ) in apply()
H A Ddistance_pythagoras_box_box.hpp227 struct get_comparable<pythagoras_box_box<CalculationType> > struct
229 typedef comparable::pythagoras_box_box<CalculationType> comparable_type;
232 apply(pythagoras_box_box<CalculationType> const& ) in apply()
284 struct get_comparable<comparable::pythagoras_box_box<CalculationType> > struct
286 typedef comparable::pythagoras_box_box<CalculationType> comparable_type;
288 static inline comparable_type apply(comparable_type const& ) in apply()
H A Ddistance_pythagoras_point_box.hpp224 struct get_comparable<pythagoras_point_box<CalculationType> > struct
226 typedef comparable::pythagoras_point_box<CalculationType> comparable_type;
229 apply(pythagoras_point_box<CalculationType> const& ) in apply()
283 struct get_comparable<comparable::pythagoras_point_box<CalculationType> > struct
285 typedef comparable::pythagoras_point_box<CalculationType> comparable_type;
287 static inline comparable_type apply(comparable_type const& ) in apply()
H A Ddistance_projected_point.hpp196 struct get_comparable<projected_point<CalculationType, Strategy> > struct
201 >::type comparable_type;
203 static inline comparable_type apply(projected_point<CalculationType, Strategy> const& ) in apply()
H A Ddistance_projected_point_ax.hpp272 struct get_comparable<detail::projected_point_ax<CalculationType, Strategy> > struct
277 >::type comparable_type;
279 … static inline comparable_type apply(detail::projected_point_ax<CalculationType, Strategy> const& ) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Ddistance_thomas.hpp91 struct get_comparable<thomas<Spheroid, CalculationType> > struct
93 …atic inline thomas<Spheroid, CalculationType> apply(thomas<Spheroid, CalculationType> const& input) in apply()
H A Ddistance_vincenty.hpp93 struct get_comparable<vincenty<Spheroid, CalculationType> > struct
95 … inline vincenty<Spheroid, CalculationType> apply(vincenty<Spheroid, CalculationType> const& input) in apply()
H A Ddistance_andoyer.hpp98 struct get_comparable<andoyer<Spheroid, CalculationType> > struct
100 …ic inline andoyer<Spheroid, CalculationType> apply(andoyer<Spheroid, CalculationType> const& input) in apply()
H A Ddistance.hpp143 struct get_comparable<geographic<FormulaPolicy, Spheroid, CalculationType> > struct
146 apply(geographic<FormulaPolicy, Spheroid, CalculationType> const& input) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Ddistance.hpp57 template <typename Strategy> struct get_comparable struct