Home
last modified time | relevance | path

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

/dports/sysutils/py-pywatchman/watchman-4.9.0/cppclient/
H A DWatchmanConnection.cpp83 shared_this->eventBase_->runInEventBaseThread([=] { in connect()
87 shared_this->sock_ = in connect()
89 shared_this->sock_->connect(shared_this.get(), addr); in connect()
93 return shared_this->connectPromise_.getFuture(); in connect()
138 shared_this->connectPromise_.setTry( in connectSuccess()
145 [shared_this=shared_from_this()] in connectSuccess()
147 shared_this->connectPromise_.setException(e); in connectSuccess()
191 [shared_this=shared_from_this()] { in run()
192 shared_this->sendCommand(); in run()
273 cpuExecutor_->add([shared_this=shared_from_this()] { in readDataAvailable()
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/src/impl/
H A Dwebsocket.cpp204 auto shared_this = weak_this.lock(); in setTcpTransport() local
205 if (!shared_this) in setTcpTransport()
248 auto shared_this = weak_this.lock(); in initTlsTransport() local
249 if (!shared_this) in initTlsTransport()
319 auto shared_this = weak_this.lock(); in initWsTransport() local
320 if (!shared_this) in initWsTransport()
H A Dpeerconnection.cpp142 auto shared_this = weak_this.lock(); in initIceTransport() local
143 if (!shared_this) in initIceTransport()
164 auto shared_this = weak_this.lock(); in initIceTransport() local
165 if (!shared_this) in initIceTransport()
205 auto shared_this = weak_this.lock(); in initDtlsTransport() local
206 if (!shared_this) in initDtlsTransport()
283 auto shared_this = weak_this.lock(); in initSctpTransport() local
284 if (!shared_this) in initSctpTransport()
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_report_collisions.cpp43 std::shared_ptr<ContactManager> shared_this(this, [](ContactManager*) {}); in Process() local
44 m_system->GetContactContainer()->ReportAllContacts(shared_this); in Process()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/tracked_vehicle/
H A DChTrackContactManager.cpp73 std::shared_ptr<ChTrackContactManager> shared_this(this, [](ChTrackContactManager*) {}); in Process() local
74 vehicle->GetSystem()->GetContactContainer()->ReportAllContacts(shared_this); in Process()
201 std::shared_ptr<ChTrackContactManager> shared_this(this, [](ChTrackContactManager*) {}); in Process() local
202 rig->GetSystem()->GetContactContainer()->ReportAllContacts(shared_this); in Process()
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/test_rigs/
H A Ddemo_VEH_TrackTestRig_Band.cpp87 std::shared_ptr<MyContactReporter> shared_this(this, [](MyContactReporter*) {}); in Process() local
88 m_rig->GetSystem()->GetContactContainer()->ReportAllContacts(shared_this); in Process()
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/collision/
H A DChBoundary.cpp25 std::shared_ptr<ChBoundary> shared_this(this, [](ChBoundary*) {}); in ChBoundary() local
26 body->GetSystem()->RegisterCustomCollisionCallback(shared_this); in ChBoundary()
/dports/www/libdatachannel/libdatachannel-0.16.1/include/rtc/
H A Dutils.hpp38 if (auto shared_this = weak_this.lock()) in weak_bind() local
/dports/science/chrono/chrono-7.0.1/src/chrono_models/robot/robosimian/
H A DRoboSimian.cpp299 std::shared_ptr<ContactManager> shared_this(this, [](ContactManager*) {}); in Process() local
300 robot->GetSystem()->GetContactContainer()->ReportAllContacts(shared_this); in Process()
349 std::shared_ptr<ContactMaterial> shared_this(this, [](ContactMaterial*) {}); in ContactMaterial() local
350 m_robot->GetSystem()->GetContactContainer()->RegisterAddContactCallback(shared_this); in ContactMaterial()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-code-manager.cc740 std::shared_ptr<NativeModule>* shared_this) in NativeModule() argument
752 DCHECK_NOT_NULL(shared_this); in NativeModule()
753 DCHECK_NULL(*shared_this); in NativeModule()
754 shared_this->reset(this); in NativeModule()
756 CompilationState::New(*shared_this, std::move(async_counters)); in NativeModule()
H A Dwasm-code-manager.h616 std::shared_ptr<NativeModule>* shared_this);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-code-manager.cc802 std::shared_ptr<NativeModule>* shared_this) in NativeModule() argument
814 DCHECK_NOT_NULL(shared_this); in NativeModule()
815 DCHECK_NULL(*shared_this); in NativeModule()
816 shared_this->reset(this); in NativeModule()
818 CompilationState::New(*shared_this, std::move(async_counters)); in NativeModule()
H A Dwasm-code-manager.h691 std::shared_ptr<NativeModule>* shared_this);
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-code-manager.cc977 std::shared_ptr<NativeModule>* shared_this) in NativeModule() argument
989 DCHECK_NOT_NULL(shared_this); in NativeModule()
990 DCHECK_NULL(*shared_this); in NativeModule()
991 shared_this->reset(this); in NativeModule()
993 *shared_this, std::move(async_counters), dynamic_tiering); in NativeModule()
H A Dwasm-code-manager.h857 std::shared_ptr<NativeModule>* shared_this);
/dports/shells/fish/fish-3.3.1/src/
H A Dreader.cpp1784 auto shared_this = this->shared_from_this(); in update_autosuggestion() local
1785 debounce_autosuggestions().perform(performer, [shared_this](autosuggestion_t result) { in update_autosuggestion()
1786 shared_this->autosuggest_completed(std::move(result)); in update_autosuggestion()
2496 auto shared_this = this->shared_from_this(); in super_highlight_me_plenty() local
2497 debounce_highlighting().perform(highlight_performer, [shared_this](highlight_result_t result) { in super_highlight_me_plenty()
2498 shared_this->highlight_complete(std::move(result)); in super_highlight_me_plenty()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/websocket/impl/
H A Dstream_impl.hpp65 shared_this() in shared_this() function
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/websocket/impl/
H A Dstream_impl.hpp65 shared_this() in shared_this() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/websocket/impl/
H A Dstream_impl.hpp65 shared_this() in shared_this() function
/dports/devel/boost-libs/boost_1_72_0/boost/beast/websocket/impl/
H A Dstream_impl.hpp66 shared_this() in shared_this() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/beast/websocket/impl/
H A Dstream_impl.hpp66 shared_this() in shared_this() function
/dports/devel/hyperscan/boost_1_75_0/boost/beast/websocket/impl/
H A Dstream_impl.hpp65 shared_this() in shared_this() function
/dports/devel/boost-docs/boost_1_72_0/boost/beast/websocket/impl/
H A Dstream_impl.hpp66 shared_this() in shared_this() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddtemplate.d2700 auto shared_this = tthis_fd !is null ? in applyFunction() local
2702 if (shared_dtor && !shared_this) in applyFunction()
2704 else if (shared_this && !shared_dtor && tthis_fd !is null) in applyFunction()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Droute.cc3793 boost::shared_ptr<Route> shared_this = boost::dynamic_pointer_cast<Route> (shared_from_this()); in output_change_handler() local
3798 if (delta != 0 && (*i)->feeds (shared_this)) { in output_change_handler()