Searched refs:streambuf_type (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | streambuf_iterator.h | 69 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_VISIBILITY() typedef 110 mutable streambuf_type* _M_sbuf; in _GLIBCXX_VISIBILITY() 134 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY() 251 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_VISIBILITY() typedef 262 streambuf_type* _M_sbuf; in _GLIBCXX_VISIBILITY() 278 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY() 372 typedef typename __is_iterator_type::streambuf_type streambuf_type; in _GLIBCXX_VISIBILITY() typedef 377 streambuf_type* __sb = __first._M_sbuf; in _GLIBCXX_VISIBILITY() 427 typedef typename __is_iterator_type::streambuf_type streambuf_type; in _GLIBCXX_VISIBILITY() typedef 434 streambuf_type* __sb = __first._M_sbuf; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | streambuf_iterator.h | 69 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_VISIBILITY() typedef 110 mutable streambuf_type* _M_sbuf; in _GLIBCXX_VISIBILITY() 134 istreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY() 251 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_VISIBILITY() typedef 262 streambuf_type* _M_sbuf; in _GLIBCXX_VISIBILITY() 278 ostreambuf_iterator(streambuf_type* __s) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY() 372 typedef typename __is_iterator_type::streambuf_type streambuf_type; in _GLIBCXX_VISIBILITY() typedef 377 streambuf_type* __sb = __first._M_sbuf; in _GLIBCXX_VISIBILITY() 427 typedef typename __is_iterator_type::streambuf_type streambuf_type; in _GLIBCXX_VISIBILITY() typedef 434 streambuf_type* __sb = __first._M_sbuf; in _GLIBCXX_VISIBILITY() [all …]
|
| /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 | indirect_streambuf.hpp | 62 typedef linked_streambuf<char_type, Tr> streambuf_type; typedef in boost::iostreams::detail::indirect_streambuf 95 void set_next(streambuf_type* next); 104 streambuf_type* next() const { return next_; } in next() 131 streambuf_type* next_; 379 (streambuf_type* next) in set_next()
|
| H A D | direct_streambuf.hpp | 57 ) streambuf_type; typedef in boost::iostreams::detail::direct_streambuf
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | iterator | 338 typedef basic_streambuf<charT,traits> streambuf_type; 343 istreambuf_iterator(streambuf_type* s) noexcept; 368 typedef basic_streambuf<charT,traits> streambuf_type; 372 ostreambuf_iterator(streambuf_type* s) noexcept; 995 typedef basic_streambuf<_CharT,_Traits> streambuf_type; 998 mutable streambuf_type* __sbuf_; 1003 streambuf_type* __sbuf_; 1004 _LIBCPP_INLINE_VISIBILITY __proxy(char_type __c, streambuf_type* __s) 1022 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT 1062 typedef basic_streambuf<_CharT,_Traits> streambuf_type; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | iterator | 338 typedef basic_streambuf<charT,traits> streambuf_type; 343 istreambuf_iterator(streambuf_type* s) noexcept; 368 typedef basic_streambuf<charT,traits> streambuf_type; 372 ostreambuf_iterator(streambuf_type* s) noexcept; 995 typedef basic_streambuf<_CharT,_Traits> streambuf_type; 998 mutable streambuf_type* __sbuf_; 1003 streambuf_type* __sbuf_; 1004 _LIBCPP_INLINE_VISIBILITY __proxy(char_type __c, streambuf_type* __s) 1022 _LIBCPP_INLINE_VISIBILITY istreambuf_iterator(streambuf_type* __s) _NOEXCEPT 1062 typedef basic_streambuf<_CharT,_Traits> streambuf_type; [all …]
|