Home
last modified time | relevance | path

Searched refs:get_io_context (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/devel/hyperscan/boost_1_75_0/boost/beast/core/detail/
H A Dget_io_context.hpp31 get_io_context(net::io_context& ioc) in get_io_context() function
38 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
45 get_io_context(net::strand< in get_io_context() function
48 return get_io_context(ex.get_inner_executor()); in get_io_context()
53 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
55 return get_io_context(ex.get_inner_executor()); in get_io_context()
63 get_io_context(T const& ex) in get_io_context() function
69 return get_io_context(*p); in get_io_context()
74 get_io_context(...) in get_io_context() function
85 return get_io_context( in get_io_context_impl()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/core/detail/
H A Dget_io_context.hpp31 get_io_context(net::io_context& ioc) in get_io_context() function
38 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
45 get_io_context(net::strand< in get_io_context() function
48 return get_io_context(ex.get_inner_executor()); in get_io_context()
53 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
55 return get_io_context(ex.get_inner_executor()); in get_io_context()
63 get_io_context(T const& ex) in get_io_context() function
69 return get_io_context(*p); in get_io_context()
74 get_io_context(...) in get_io_context() function
85 return get_io_context( in get_io_context_impl()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/core/detail/
H A Dget_io_context.hpp31 get_io_context(net::io_context& ioc) in get_io_context() function
38 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
45 get_io_context(net::strand< in get_io_context() function
48 return get_io_context(ex.get_inner_executor()); in get_io_context()
53 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
55 return get_io_context(ex.get_inner_executor()); in get_io_context()
63 get_io_context(T const& ex) in get_io_context() function
69 return get_io_context(*p); in get_io_context()
74 get_io_context(...) in get_io_context() function
85 return get_io_context( in get_io_context_impl()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/core/detail/
H A Dget_io_context.hpp31 get_io_context(net::io_context& ioc) in get_io_context() function
38 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
45 get_io_context(net::strand< in get_io_context() function
48 return get_io_context(ex.get_inner_executor()); in get_io_context()
53 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
55 return get_io_context(ex.get_inner_executor()); in get_io_context()
63 get_io_context(T const& ex) in get_io_context() function
69 return get_io_context(*p); in get_io_context()
74 get_io_context(...) in get_io_context() function
85 return get_io_context( in get_io_context_impl()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/core/
H A D_detail_get_io_context.cpp30 BEAST_EXPECT(get_io_context(5) == nullptr); in testFunction()
31 BEAST_EXPECT(get_io_context(none{}) == nullptr); in testFunction()
32 BEAST_EXPECT(get_io_context(ioc) == &ioc); in testFunction()
33 BEAST_EXPECT(get_io_context(ioc.get_executor()) == &ioc); in testFunction()
34 BEAST_EXPECT(get_io_context(net::make_strand(ioc)) == &ioc); in testFunction()
35 BEAST_EXPECT(get_io_context(net::executor(ioc.get_executor())) == &ioc); in testFunction()
39 get_io_context( in testFunction()
52 BEAST_DEFINE_TESTSUITE(beast,core,get_io_context);
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/core/
H A D_detail_get_io_context.cpp30 BEAST_EXPECT(get_io_context(5) == nullptr); in testFunction()
31 BEAST_EXPECT(get_io_context(none{}) == nullptr); in testFunction()
32 BEAST_EXPECT(get_io_context(ioc) == &ioc); in testFunction()
33 BEAST_EXPECT(get_io_context(ioc.get_executor()) == &ioc); in testFunction()
34 BEAST_EXPECT(get_io_context(net::make_strand(ioc)) == &ioc); in testFunction()
35 BEAST_EXPECT(get_io_context(net::executor(ioc.get_executor())) == &ioc); in testFunction()
39 get_io_context( in testFunction()
52 BEAST_DEFINE_TESTSUITE(beast,core,get_io_context);
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/core/
H A D_detail_get_io_context.cpp30 BEAST_EXPECT(get_io_context(5) == nullptr); in testFunction()
31 BEAST_EXPECT(get_io_context(none{}) == nullptr); in testFunction()
32 BEAST_EXPECT(get_io_context(ioc) == &ioc); in testFunction()
33 BEAST_EXPECT(get_io_context(ioc.get_executor()) == &ioc); in testFunction()
34 BEAST_EXPECT(get_io_context(net::make_strand(ioc)) == &ioc); in testFunction()
35 BEAST_EXPECT(get_io_context(net::executor(ioc.get_executor())) == &ioc); in testFunction()
39 get_io_context( in testFunction()
52 BEAST_DEFINE_TESTSUITE(beast,core,get_io_context);
/dports/devel/boost-docs/boost_1_72_0/boost/beast/core/detail/
H A Dget_io_context.hpp28 get_io_context(net::io_context& ioc) in get_io_context() function
35 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
42 get_io_context(net::strand< in get_io_context() function
51 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
53 return get_io_context(ex.get_inner_executor()); in get_io_context()
61 get_io_context(T const& ex) in get_io_context() function
72 get_io_context(...) in get_io_context() function
83 return get_io_context( in get_io_context_impl()
97 get_io_context(T& t) in get_io_context() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/core/detail/
H A Dget_io_context.hpp28 get_io_context(net::io_context& ioc) in get_io_context() function
35 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
42 get_io_context(net::strand< in get_io_context() function
51 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
53 return get_io_context(ex.get_inner_executor()); in get_io_context()
61 get_io_context(T const& ex) in get_io_context() function
72 get_io_context(...) in get_io_context() function
83 return get_io_context( in get_io_context_impl()
97 get_io_context(T& t) in get_io_context() function
/dports/devel/boost-libs/boost_1_72_0/boost/beast/core/detail/
H A Dget_io_context.hpp28 get_io_context(net::io_context& ioc) in get_io_context() function
35 get_io_context(net::io_context::executor_type const& ex) in get_io_context() function
42 get_io_context(net::strand< in get_io_context() function
51 get_io_context(net::strand<Executor> const& ex) in get_io_context() function
53 return get_io_context(ex.get_inner_executor()); in get_io_context()
61 get_io_context(T const& ex) in get_io_context() function
72 get_io_context(...) in get_io_context() function
83 return get_io_context( in get_io_context_impl()
97 get_io_context(T& t) in get_io_context() function
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/core/
H A D_detail_get_io_context.cpp30 BEAST_EXPECT(get_io_context(5) == nullptr); in testFunction()
31 BEAST_EXPECT(get_io_context(none{}) == nullptr); in testFunction()
32 BEAST_EXPECT(get_io_context(ioc) == &ioc); in testFunction()
33 BEAST_EXPECT(get_io_context(ioc.get_executor()) == &ioc); in testFunction()
34 BEAST_EXPECT(get_io_context(net::make_strand(ioc)) == &ioc); in testFunction()
35 BEAST_EXPECT(get_io_context(net::any_io_executor(ioc.get_executor())) == &ioc); in testFunction()
45 BEAST_DEFINE_TESTSUITE(beast,core,get_io_context);
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/
H A Dbasic_io_object.hpp80 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
82 return service_.get_io_context(); in get_io_context()
96 return service_.get_io_context(); in get_io_service()
106 return service_.get_io_context().get_executor(); in get_executor()
203 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
205 return service_->get_io_context(); in get_io_context()
210 return service_->get_io_context(); in get_io_service()
218 return service_->get_io_context().get_executor(); in get_executor()
238 other_service.get_io_context())) in basic_io_object()
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/
H A Dbasic_io_object.hpp80 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
82 return service_.get_io_context(); in get_io_context()
96 return service_.get_io_context(); in get_io_service()
106 return service_.get_io_context().get_executor(); in get_executor()
203 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
205 return service_->get_io_context(); in get_io_context()
210 return service_->get_io_context(); in get_io_service()
218 return service_->get_io_context().get_executor(); in get_executor()
238 other_service.get_io_context())) in basic_io_object()
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/
H A Dbasic_io_object.hpp80 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
82 return service_.get_io_context(); in get_io_context()
96 return service_.get_io_context(); in get_io_service()
106 return service_.get_io_context().get_executor(); in get_executor()
203 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
205 return service_->get_io_context(); in get_io_context()
210 return service_->get_io_context(); in get_io_service()
218 return service_->get_io_context().get_executor(); in get_executor()
238 other_service.get_io_context())) in basic_io_object()
/dports/net/asio/asio-1.16.0/include/asio/
H A Dbasic_io_object.hpp80 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
82 return service_.get_io_context(); in get_io_context()
96 return service_.get_io_context(); in get_io_service()
106 return service_.get_io_context().get_executor(); in get_executor()
203 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
205 return service_->get_io_context(); in get_io_context()
210 return service_->get_io_context(); in get_io_service()
218 return service_->get_io_context().get_executor(); in get_executor()
238 other_service.get_io_context())) in basic_io_object()
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/
H A Dbasic_io_object.hpp80 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
82 return service_.get_io_context(); in get_io_context()
96 return service_.get_io_context(); in get_io_service()
106 return service_.get_io_context().get_executor(); in get_executor()
203 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
205 return service_->get_io_context(); in get_io_context()
210 return service_->get_io_context(); in get_io_service()
218 return service_->get_io_context().get_executor(); in get_executor()
238 other_service.get_io_context())) in basic_io_object()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/asio-master/asio/include/asio/
H A Dbasic_io_object.hpp80 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
82 return service_.get_io_context(); in get_io_context()
96 return service_.get_io_context(); in get_io_service()
106 return service_.get_io_context().get_executor(); in get_executor()
203 asio::io_context& get_io_context() in get_io_context() function in asio::basic_io_object
205 return service_->get_io_context(); in get_io_context()
210 return service_->get_io_context(); in get_io_service()
218 return service_->get_io_context().get_executor(); in get_executor()
238 other_service.get_io_context())) in basic_io_object()
/dports/devel/hyperscan/boost_1_75_0/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/devel/boost-libs/boost_1_72_0/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/devel/boost-python-libs/boost_1_72_0/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/
H A Dbasic_io_object.hpp81 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
83 return service_.get_io_context(); in get_io_context()
97 return service_.get_io_context(); in get_io_service()
107 return service_.get_io_context().get_executor(); in get_executor()
204 boost::asio::io_context& get_io_context() in get_io_context() function in boost::asio::basic_io_object
206 return service_->get_io_context(); in get_io_context()
211 return service_->get_io_context(); in get_io_service()
219 return service_->get_io_context().get_executor(); in get_executor()
239 other_service.get_io_context())) in basic_io_object()

12345678910>>...19