Home
last modified time | relevance | path

Searched refs:BOOST_USE_FACET (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/config/detail/
H A Dsuffix.hpp412 # define BOOST_USE_FACET(Type, loc) std::use_facet(loc, static_cast<Type*>(0)) macro
415 # define BOOST_USE_FACET(Type, loc) std::_USE(loc, Type) macro
418 # define BOOST_USE_FACET(Type, loc) (*std::_Use_facet<Type >(loc)) macro
422 # define BOOST_USE_FACET(Type, loc) std::use_facet< Type >(loc) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp101 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in convert()
203 numpunct const& np = BOOST_USE_FACET(numpunct, loc); in convert()
H A Dconverter_lexical_streams.hpp193 CharT const w = BOOST_USE_FACET(std::ctype<CharT>, loc).widen(ch); in shl_char()