Home
last modified time | relevance | path

Searched refs:calculate_null (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dperimeter.hpp49 struct perimeter : detail::calculate_null
56 return calculate_null::apply<return_type>(geometry, strategy); in apply()
H A Dlength.hpp135 struct length : detail::calculate_null
142 return calculate_null::apply<return_type>(geometry, strategy); in apply()
H A Darea.hpp144 struct area : detail::calculate_null
149 return calculate_null::apply<typename Strategy::return_type>(geometry, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcalculate_null.hpp24 struct calculate_null struct