Home
last modified time | relevance | path

Searched defs:impl_base (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dimpl_base.hpp42 struct impl_base<true> struct
45 struct pmd_type
54 std::unique_ptr<pmd_type> pmd_; // pmd settings or nullptr
55 permessage_deflate pmd_opts_; // local pmd options
56 detail::pmd_offer pmd_config_; // offer (client) or negotiation (server)
60 rd_deflated() const in rd_deflated()
68 rd_deflated(bool rsv1) in rd_deflated()
83 deflate( in deflate()
155 do_context_takeover_write(role_type role) in do_context_takeover_write()
167 inflate( in inflate()
[all …]
/third_party/boost/boost/beast/websocket/detail/
Dimpl_base.hpp42 struct impl_base<true> struct
45 struct pmd_type
54 std::unique_ptr<pmd_type> pmd_; // pmd settings or nullptr
55 permessage_deflate pmd_opts_; // local pmd options
56 detail::pmd_offer pmd_config_; // offer (client) or negotiation (server)
60 rd_deflated() const in rd_deflated()
68 rd_deflated(bool rsv1) in rd_deflated()
83 deflate( in deflate()
155 do_context_takeover_write(role_type role) in do_context_takeover_write()
167 inflate( in inflate()
[all …]
/third_party/boost/boost/log/detail/
Dlight_function_pp.hpp21 struct impl_base struct in light_function
23 …ypedef result_type (*invoke_type)(void* BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(), ArgT));
24 const invoke_type invoke;
26 typedef impl_base* (*clone_type)(const void*);
27 const clone_type clone;
29 typedef void (*destroy_type)(void*);
30 const destroy_type destroy;
32impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base() function
230 struct impl_base struct in light_function
232 … typedef void (*invoke_type)(void* BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(), ArgT));
[all …]
Dlight_function.hpp96 struct impl_base struct in boost::aux::light_function
98 typedef result_type (*invoke_type)(void*, ArgsT...);
99 const invoke_type invoke;
101 typedef impl_base* (*clone_type)(const void*);
102 const clone_type clone;
104 typedef void (*destroy_type)(void*);
105 const destroy_type destroy;
107impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base() function
303 struct impl_base struct in boost::aux::light_function
305 typedef void (*invoke_type)(void*, ArgsT...);
[all …]
/third_party/boost/boost/thread/detail/
Dfunction_wrapper.hpp28 struct impl_base struct in boost::detail::function_wrapper
31 virtual ~impl_base() in ~impl_base()
Dnullary_function.hpp30 struct impl_base struct in boost::detail::nullary_function
33 virtual ~impl_base() in ~impl_base()
137 struct impl_base struct in boost::detail::nullary_function
140 virtual ~impl_base() in ~impl_base()
/third_party/boost/boost/asio/detail/
Dexecutor_function.hpp70 struct impl_base struct in boost::asio::detail::executor_function
72 void (*complete_)(impl_base*, bool);
/third_party/boost/libs/asio/include/boost/asio/detail/
Dexecutor_function.hpp70 struct impl_base struct in boost::asio::detail::executor_function
72 void (*complete_)(impl_base*, bool);
/third_party/boost/boost/asio/
Dexecutor.hpp282 class impl_base class in boost::asio::executor
299 impl_base(bool fast_dispatch) : fast_dispatch_(fast_dispatch) {} in impl_base() function in boost::asio::executor::impl_base
/third_party/boost/libs/asio/include/boost/asio/
Dexecutor.hpp282 class impl_base class in boost::asio::executor
299 impl_base(bool fast_dispatch) : fast_dispatch_(fast_dispatch) {} in impl_base() function in boost::asio::executor::impl_base
/third_party/boost/libs/log/test/run/
Dutil_exception_handler.cpp115 struct impl_base struct
117 virtual ~impl_base() {} in ~impl_base()
/third_party/flatbuffers/grpc/src/compiler/
Djava_generator.cc466 bool impl_base = false; in PrintStub() local