Searched refs:any_tag (Results 1 – 10 of 10) 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 D | categories.hpp | 22 struct any_tag { }; struct 23 namespace detail { struct two_sequence : virtual any_tag { }; } 24 namespace detail { struct random_access : virtual any_tag { }; } 25 namespace detail { struct one_head : virtual any_tag { }; } 26 namespace detail { struct two_head : virtual any_tag { }; } 27 struct input : virtual any_tag { }; 28 struct output : virtual any_tag { }; 50 struct device_tag : virtual any_tag { }; 51 struct filter_tag : virtual any_tag { }; 57 struct peekable_tag : virtual any_tag { }; // Devices. [all …]
|
| H A D | flush.hpp | 59 T, ostream_tag, streambuf_tag, flushable_tag, any_tag 86 struct flush_device_impl<any_tag> { 101 T, flushable_tag, any_tag 114 struct flush_filter_impl<any_tag> {
|
| H A D | seek.hpp | 72 streambuf_tag, two_head, any_tag 132 struct seek_device_impl<any_tag> { 149 dispatch<T, two_head, any_tag>::type 165 struct seek_filter_impl<any_tag> {
|
| H A D | imbue.hpp | 52 T, streambuf_tag, localizable_tag, any_tag 59 struct imbue_impl<any_tag> {
|
| H A D | write.hpp | 130 T, multichar_tag, any_tag 146 struct write_filter_impl<any_tag> {
|
| H A D | checked_operations.hpp | 77 typedef typename dispatch<T, random_access, any_tag>::type tag; in seek_if() 144 struct seek_if_impl<any_tag> {
|
| H A D | close.hpp | 134 any_tag, 165 struct close_impl<any_tag> {
|
| H A D | read.hpp | 201 T, multichar_tag, any_tag 216 struct read_filter_impl<any_tag> {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/ |
| H A D | concept_adapter.hpp | 58 device_wrapper_impl<any_tag>, 59 flt_wrapper_impl<any_tag> 128 struct device_wrapper_impl<any_tag> { 141 BOOST_IOS::openmode, any_tag ) in seek() 167 struct device_wrapper_impl<input> : device_wrapper_impl<any_tag> { 200 struct flt_wrapper_impl<any_tag> { 213 BOOST_IOS::seekdir, BOOST_IOS::openmode, any_tag ) in seek() 231 random_access, any_tag ) in seek()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | direct_streambuf.hpp | 93 void init_input(any_tag) { } in init_input() argument 95 void init_output(any_tag) { } in init_output() argument
|