/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | stream_impl.hpp | 45 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/ |
D | stream_impl.hpp | 45 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/ |
D | binding.hpp | 217 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/ |
D | function_wrapper.hpp | 38 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()
|
D | nullary_function.hpp | 39 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/ |
D | basic_stream.hpp | 240 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/ |
D | basic_stream.hpp | 240 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/ |
D | time_resolution_traits.hpp | 33 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
|
D | date_duration.hpp | 127 typedef long impl_type; typedef 137 typedef boost::date_time::int_adapter<long> impl_type; typedef
|
D | time_duration.hpp | 57 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
|
D | time_system_counted.hpp | 28 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/ |
D | reference_cast.hpp | 41 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
|
D | pointer_cast.hpp | 33 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/ |
D | logger_service.hpp | 42 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
|
D | basic_logger.hpp | 31 typedef typename service_type::impl_type impl_type; typedef in services::basic_logger
|
/third_party/boost/doc/html/boost_asio/example/cpp03/services/ |
D | logger_service.hpp | 42 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
|
D | basic_logger.hpp | 31 typedef typename service_type::impl_type impl_type; typedef in services::basic_logger
|
/third_party/boost/boost/multi_index/detail/ |
D | seq_index_ops.hpp | 84 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
|
D | seq_index_node.hpp | 146 > impl_type; typedef 156 typedef typename trampoline::impl_type impl_type; typedef
|
/third_party/boost/boost/coroutine/detail/ |
D | symmetric_coroutine_yield.hpp | 38 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/ |
D | service.hpp | 28 class impl_type class in boost::beast::websocket::detail::service
|
/third_party/boost/boost/beast/websocket/detail/ |
D | service.hpp | 28 class impl_type class in boost::beast::websocket::detail::service
|
/third_party/boost/boost/date_time/posix_time/ |
D | posix_time_config.hpp | 55 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/ |
D | spirv_cpp.hpp | 85 std::string impl_type; member in SPIRV_CROSS_NAMESPACE::CompilerCPP
|
/third_party/boost/boost/iostreams/filter/ |
D | zstd.hpp | 213 typedef detail::zstd_compressor_impl<Alloc> impl_type; typedef 235 typedef detail::zstd_decompressor_impl<Alloc> impl_type; typedef
|