/third_party/boost/libs/beast/include/boost/beast/websocket/detail/ |
D | impl_base.hpp | 42 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/ |
D | impl_base.hpp | 42 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/ |
D | light_function_pp.hpp | 21 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; 32 …impl_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 …]
|
D | light_function.hpp | 96 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; 107 …impl_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/ |
D | function_wrapper.hpp | 28 struct impl_base struct in boost::detail::function_wrapper 31 virtual ~impl_base() in ~impl_base()
|
D | nullary_function.hpp | 30 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/ |
D | executor_function.hpp | 70 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/ |
D | executor_function.hpp | 70 struct impl_base struct in boost::asio::detail::executor_function 72 void (*complete_)(impl_base*, bool);
|
/third_party/boost/boost/asio/ |
D | executor.hpp | 282 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/ |
D | executor.hpp | 282 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/ |
D | util_exception_handler.cpp | 115 struct impl_base struct 117 virtual ~impl_base() {} in ~impl_base()
|
/third_party/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 466 bool impl_base = false; in PrintStub() local
|