Home
last modified time | relevance | path

Searched defs:onEventBaseDestruction (Results 1 – 3 of 3) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DEventBase.h264 void onEventBaseDestruction() noexcept final { f_(); } in onEventBaseDestruction() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/rocket/client/
H A DRocketClient.cpp1443 onEventBaseDestruction() noexcept { in onEventBaseDestruction() function in apache::thrift::rocket::RocketClient::OnEventBaseDestructionCallback
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DEventBaseTestLib.h2419 void onEventBaseDestruction() noexcept final { ranOnDestruction = true; } in TYPED_TEST_P() function