Home
last modified time | relevance | path

Searched defs:two_head (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/iostreams/
H A Dcategories.hpp26 namespace detail { struct two_head : virtual any_tag { }; } struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp300 inline bool direct_streambuf<T, Tr>::two_head() const in two_head() function in boost::iostreams::detail::direct_streambuf
H A Dindirect_streambuf.hpp357 bool two_head = is_convertible<category, dual_seekable>::value || in seek_impl() local