Home
last modified time | relevance | path

Searched refs:vincenty_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/length/
Dlength_geo.cpp34 typedef bg::strategy::distance::vincenty<stype> vincenty_type; typedef
82 typename geo_strategies<P>::vincenty_type vincenty; in test_vincenty()
/third_party/boost/libs/geometry/test/algorithms/perimeter/
Dperimeter_geo.cpp30 typedef bg::strategy::distance::vincenty<stype> vincenty_type; typedef
95 typename geo_strategies<P>::vincenty_type vincenty; in test_vincenty()
/third_party/boost/libs/geometry/test/strategies/
Dvincenty.cpp169 typedef bg::strategy::distance::vincenty<Spheroid> vincenty_type; in test_vincenty() typedef
174 bg::concepts::PointDistanceStrategy<vincenty_type, P1, P2>) in test_vincenty()
177 vincenty_type vincenty(spheroid); in test_vincenty()
179 …typedef typename bg::strategy::distance::services::return_type<vincenty_type, P1, P2>::type return… in test_vincenty()