Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_numeric.hpp109 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() function
117 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() function
155 static inline bool try_convert(const Source &arg, Target& result) BOOST_NOEXCEPT { in try_convert() function
165 return caster_type::try_convert(arg, result); in try_convert()
H A Dconverter_lexical.hpp475 static inline bool try_convert(const Source& arg, Target& result) { in try_convert() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/
H A Dtry_lexical_convert.hpp145 static inline bool try_convert(T&& arg, Target& result) { in try_convert() function
150 static inline bool try_convert(const Source& arg, Target& result) {
196 return caster_type::try_convert(arg, result); in try_lexical_convert()