Home
last modified time | relevance | path

Searched defs:comparable_type (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/cartesian/
H A Ddistance_pythagoras.hpp186 struct comparable_type<pythagoras<CalculationType> > struct
188 typedef comparable::pythagoras<CalculationType> type;
195 typedef comparable::pythagoras<CalculationType> comparable_type; typedef
235 struct comparable_type<comparable::pythagoras<CalculationType> > struct
237 typedef comparable::pythagoras<CalculationType> type;
244 typedef comparable::pythagoras<CalculationType> comparable_type; typedef
H A Ddistance_pythagoras_box_box.hpp220 struct comparable_type<pythagoras_box_box<CalculationType> > struct
222 typedef comparable::pythagoras_box_box<CalculationType> type;
229 typedef comparable::pythagoras_box_box<CalculationType> comparable_type; typedef
277 struct comparable_type<comparable::pythagoras_box_box<CalculationType> > struct
279 typedef comparable::pythagoras_box_box<CalculationType> type;
286 typedef comparable::pythagoras_box_box<CalculationType> comparable_type; typedef
H A Ddistance_pythagoras_point_box.hpp217 struct comparable_type<pythagoras_point_box<CalculationType> > struct
219 typedef comparable::pythagoras_point_box<CalculationType> type;
226 typedef comparable::pythagoras_point_box<CalculationType> comparable_type; typedef
276 struct comparable_type<comparable::pythagoras_point_box<CalculationType> > struct
278 typedef comparable::pythagoras_point_box<CalculationType> type;
285 typedef comparable::pythagoras_point_box<CalculationType> comparable_type; typedef
H A Ddistance_projected_point.hpp183 struct comparable_type<projected_point<CalculationType, Strategy> > struct
191 > type;
201 >::type comparable_type; typedef
H A Ddistance_projected_point_ax.hpp259 struct comparable_type<detail::projected_point_ax<CalculationType, Strategy> > struct
267 > type;
277 >::type comparable_type; typedef
/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.hpp130 typedef comparable::haversine<RadiusType, CalculationType> comparable_type; typedef in boost::geometry::strategy::distance::haversine
196 struct comparable_type<haversine<RadiusType, CalculationType> > struct
198 typedef comparable::haversine<RadiusType, CalculationType> type;
207 typedef comparable::haversine<RadiusType, CalculationType> comparable_type; typedef
245 struct comparable_type<comparable::haversine<RadiusType, CalculationType> > struct
247 typedef comparable::haversine<RadiusType, CalculationType> type;
H A Ddistance_cross_track.hpp533 >::type comparable_type; in apply() typedef
571 struct comparable_type<cross_track<CalculationType, Strategy> > struct
576 > type;
590 >::type comparable_type; typedef
648 struct comparable_type<comparable::cross_track<RadiusType, CalculationType> > struct
650 typedef comparable::cross_track<RadiusType, CalculationType> type;
H A Ddistance_cross_track_point_box.hpp257 struct comparable_type<cross_track_point_box<CalculationType, Strategy> > struct
262 > type;
270 typedef typename comparable_type<this_strategy>::type comparable_type; typedef
/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.hpp84 struct comparable_type<thomas<Spheroid, CalculationType> > struct
86 typedef thomas<Spheroid, CalculationType> type;
H A Ddistance_vincenty.hpp86 struct comparable_type<vincenty<Spheroid, CalculationType> > struct
88 typedef vincenty<Spheroid, CalculationType> type;
H A Ddistance_andoyer.hpp91 struct comparable_type<andoyer<Spheroid, CalculationType> > struct
93 typedef andoyer<Spheroid, CalculationType> type;
H A Ddistance.hpp131 struct comparable_type<geographic<FormulaPolicy, Spheroid, CalculationType> > struct
133 typedef geographic<FormulaPolicy, Spheroid, CalculationType> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Ddistance.hpp49 template <typename Strategy> struct comparable_type struct