Home
last modified time | relevance | path

Searched defs:impl_type (Results 1 – 25 of 56) sorted by relevance

123

/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dstream_impl.hpp45 struct stream<NextLayer, deflateSupported>::impl_type struct in boost::beast::websocket::stream
50 NextLayer& stream() noexcept in stream()
57 weak_from_this() in weak_from_this()
65 shared_this() in shared_this()
72 net::steady_timer timer; // used for timeouts
73 close_reason cr; // set from received close frame
74 control_cb_type ctrl_cb; // control callback
76 std::size_t rd_msg_max /* max message size */ = 16 * 1024 * 1024;
77 std::uint64_t rd_size /* total size of current message so far */ = 0;
78 std::uint64_t rd_remain /* message frame bytes left in current frame */ = 0;
[all …]
/third_party/boost/boost/beast/websocket/impl/
Dstream_impl.hpp45 struct stream<NextLayer, deflateSupported>::impl_type struct in boost::beast::websocket::stream
50 NextLayer& stream() noexcept in stream()
57 weak_from_this() in weak_from_this()
65 shared_this() in shared_this()
72 net::steady_timer timer; // used for timeouts
73 close_reason cr; // set from received close frame
74 control_cb_type ctrl_cb; // control callback
76 std::size_t rd_msg_max /* max message size */ = 16 * 1024 * 1024;
77 std::uint64_t rd_size /* total size of current message so far */ = 0;
78 std::uint64_t rd_remain /* message frame bytes left in current frame */ = 0;
[all …]
/third_party/boost/boost/type_erasure/
Dbinding.hpp217 struct impl_type struct in boost::type_erasure::binding
219 impl_type() { in impl_type() argument
231 impl_type(const static_binding<Map>&) in impl_type() function
248 impl_type(const binding<Concept2>& other, const static_binding<Map>&, boost::mpl::false_) in impl_type() argument
261 impl_type(const dynamic_binding<PlaceholderList>& other, const static_binding<Map>&) in impl_type() argument
274 impl_type(const binding<Concept2>& other, const static_binding<Map>&, boost::mpl::true_) in impl_type() function
278 const table_type* table;
/third_party/boost/boost/thread/detail/
Dfunction_wrapper.hpp38 struct impl_type: impl_base struct in boost::detail::function_wrapper
40 F f;
41 impl_type(F const &f_) in impl_type() function
44 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() function
48 void call() in call()
Dnullary_function.hpp39 struct impl_type: impl_base struct in boost::detail::nullary_function
41 F f;
43 impl_type(F &f_) in impl_type() argument
47 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() function
51 void call() in call()
146 struct impl_type: impl_base struct in boost::detail::nullary_function
148 F f;
150 impl_type(F &f_) in impl_type() function
154 impl_type(BOOST_THREAD_RV_REF(F) f_) in impl_type() function
158 R call() in call()
/third_party/boost/boost/beast/core/
Dbasic_stream.hpp240 struct impl_type struct in boost::beast::basic_stream
246 Protocol, Executor> socket;
248 op_state read;
249 op_state write;
257 net::steady_timer timer;
259 int waiting = 0;
275 ex() noexcept in ex()
281 policy() noexcept in policy()
287 policy() const noexcept in policy()
/third_party/boost/libs/beast/include/boost/beast/core/
Dbasic_stream.hpp240 struct impl_type struct in boost::beast::basic_stream
246 Protocol, Executor> socket;
248 op_state read;
249 op_state write;
257 net::steady_timer timer;
259 int waiting = 0;
275 ex() noexcept in ex()
281 policy() noexcept in policy()
287 policy() const noexcept in policy()
/third_party/boost/boost/date_time/
Dtime_resolution_traits.hpp33 typedef boost::int32_t impl_type; typedef
41 typedef boost::date_time::int_adapter<boost::int32_t> impl_type; typedef
49 typedef boost::int64_t impl_type; typedef
57 typedef boost::date_time::int_adapter<boost::int64_t> impl_type; typedef
99 typedef typename frac_sec_type::impl_type impl_type; typedef in boost::date_time::time_resolution_traits
Ddate_duration.hpp127 typedef long impl_type; typedef
137 typedef boost::date_time::int_adapter<long> impl_type; typedef
Dtime_duration.hpp57 typedef typename rep_type::impl_type impl_type; typedef in boost::date_time::time_duration
284 typedef typename base_duration::impl_type impl_type; typedef in boost::date_time::subsecond_duration
Dtime_system_counted.hpp28 typedef typename config::impl_type impl_type; typedef
130 typedef typename time_rep_type::impl_type impl_type; typedef in boost::date_time::counted_time_system
/third_party/boost/boost/type_index/runtime_cast/
Dreference_cast.hpp41 typedef typename boost::remove_reference<T>::type impl_type; in runtime_cast() typedef
56 typedef typename boost::remove_reference<T>::type impl_type; in runtime_cast() typedef
Dpointer_cast.hpp33 typedef typename boost::remove_pointer<T>::type impl_type; in runtime_cast() typedef
44 typedef typename boost::remove_pointer<T>::type impl_type; in runtime_cast() typedef
/third_party/boost/libs/asio/example/cpp03/services/
Dlogger_service.hpp42 typedef logger_impl* impl_type; typedef in services::logger_service
93 void use_file(impl_type& /*impl*/, const std::string& file) in use_file() argument
Dbasic_logger.hpp31 typedef typename service_type::impl_type impl_type; typedef in services::basic_logger
/third_party/boost/doc/html/boost_asio/example/cpp03/services/
Dlogger_service.hpp42 typedef logger_impl* impl_type; typedef in services::logger_service
93 void use_file(impl_type& /*impl*/, const std::string& file) in use_file() argument
Dbasic_logger.hpp31 typedef typename service_type::impl_type impl_type; typedef in services::basic_logger
/third_party/boost/boost/multi_index/detail/
Dseq_index_ops.hpp84 typedef typename Node::impl_type impl_type; in sequenced_index_collate() typedef
131 typedef typename Node::impl_type impl_type; in sequenced_index_sort() typedef
Dseq_index_node.hpp146 > impl_type; typedef
156 typedef typename trampoline::impl_type impl_type; typedef
/third_party/boost/boost/coroutine/detail/
Dsymmetric_coroutine_yield.hpp38 typedef symmetric_coroutine_impl< R > impl_type; typedef in boost::coroutines::detail::symmetric_coroutine_yield
133 typedef symmetric_coroutine_impl< R & > impl_type; typedef in boost::coroutines::detail::symmetric_coroutine_yield
228 typedef symmetric_coroutine_impl< void > impl_type; typedef in boost::coroutines::detail::symmetric_coroutine_yield
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dservice.hpp28 class impl_type class in boost::beast::websocket::detail::service
/third_party/boost/boost/beast/websocket/detail/
Dservice.hpp28 class impl_type class in boost::beast::websocket::detail::service
/third_party/boost/boost/date_time/posix_time/
Dposix_time_config.hpp55 typedef time_res_traits::impl_type impl_type; typedef in boost::posix_time::time_duration
150 typedef time_res_traits::impl_type impl_type; typedef in boost::posix_time::millisec_posix_time_system_config
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.hpp85 std::string impl_type; member in SPIRV_CROSS_NAMESPACE::CompilerCPP
/third_party/boost/boost/iostreams/filter/
Dzstd.hpp213 typedef detail::zstd_compressor_impl<Alloc> impl_type; typedef
235 typedef detail::zstd_decompressor_impl<Alloc> impl_type; typedef

123