Home
last modified time | relevance | path

Searched defs:stream_base (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/beast/websocket/
Dstream_base.hpp25 struct stream_base struct
28 using duration =
32 using time_point =
38 never() noexcept in never()
46 none() noexcept in none()
53 class decorator
87 struct timeout
163 enum class status
/third_party/boost/libs/beast/include/boost/beast/websocket/
Dstream_base.hpp25 struct stream_base struct
28 using duration =
32 using time_point =
38 never() noexcept in never()
46 none() noexcept in none()
53 class decorator
87 struct timeout
163 enum class status
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dstream_base.hpp35 struct stream_base struct
37 using clock_type = std::chrono::steady_clock;
38 using time_point = typename
40 using tick_type = std::uint64_t;
42 struct op_state
57 class pending_guard
125 static time_point never() noexcept in never()
130 static std::size_t constexpr no_limit =
/third_party/boost/boost/beast/core/detail/
Dstream_base.hpp35 struct stream_base struct
37 using clock_type = std::chrono::steady_clock;
38 using time_point = typename
40 using tick_type = std::uint64_t;
42 struct op_state
57 class pending_guard
125 static time_point never() noexcept in never()
130 static std::size_t constexpr no_limit =
/third_party/boost/boost/nowide/
Dfstream.hpp26 struct stream_base{ struct
27 typedef std::basic_istream<CharType, Traits> type;
35 struct stream_base{ struct
36 typedef std::basic_ostream<CharType, Traits> type;
44 struct stream_base{ struct
45 typedef std::basic_iostream<CharType, Traits> type;
280 typedef typename T_StreamType::template stream_base<CharType, Traits>::type stream_base; typedef in boost::nowide::detail::fstream_impl
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dstream_base.hpp28 class stream_base class
/third_party/boost/boost/asio/ssl/
Dstream_base.hpp28 class stream_base class
/third_party/boost/boost/iostreams/
Dstream.hpp80 class stream_base class
90 stream_base() : pbase_type(), stream_type(&member) { } in stream_base() function in boost::iostreams::detail::stream_base