Home
last modified time | relevance | path

Searched defs:to_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp263 struct to_type { struct
265 const char * operator()(const point&) { in operator ()()
269 const char * operator()(const line_string&) { in operator ()()
273 const char * operator()(const polygon&) { in operator ()()
277 const char * operator()(const multi_point&) { in operator ()()
281 const char * operator()(const multi_line_string&) { in operator ()()
285 const char * operator()(const multi_polygon&) { in operator ()()
289 const char * operator()(const geometry_collection&) { in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp42 typedef typename canonical<l_limb_type, To>::type to_type; in generic_interconvert() typedef
90 typedef typename canonical<limb_type, To>::type to_type; in generic_interconvert() typedef