Home
last modified time | relevance | path

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

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-py3/module/
H A Dservices_wrapper.h25 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
53 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A Dservices_wrapper.cpp21 void MyServiceWrapper::async_tm_ping( in async_tm_ping() function in cpp2::MyServiceWrapper
181 void MyServicePrioParentWrapper::async_tm_ping( in async_tm_ping() function in cpp2::MyServicePrioParentWrapper
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-annotations/gen-cpp2/
H A DMyServicePrioParent.h30 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) = 0;
52 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A DMyServicePrioParent.tcc49 iface_->async_tm_ping(std::move(callback)); in process_ping()
H A DMyServicePrioParent.cpp40 void MyServicePrioParentSvIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> … in async_tm_ping() function in cpp2::MyServicePrioParentSvIf
H A DMyService.h30 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) = 0;
67 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A DMyService.cpp40 void MyServiceSvIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) { in async_tm_ping() function in cpp2::MyServiceSvIf
H A DMyService.tcc58 iface_->async_tm_ping(std::move(callback)); in process_ping()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-py3/module/
H A Dservices_wrapper.h24 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A Dservices_wrapper.cpp21 void MyServiceWrapper::async_tm_ping( in async_tm_ping() function in cpp2::MyServiceWrapper
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/coroutines/gen-cpp2/
H A DMyService.h30 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) = 0;
63 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A DMyService.cpp54 void MyServiceSvIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) { in async_tm_ping() function in cpp2::MyServiceSvIf
H A DMyService.tcc55 iface_->async_tm_ping(std::move(callback)); in process_ping()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/no_metadata/gen-cpp2/
H A DMyService.h30 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) = 0;
64 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A DMyService.cpp40 void MyServiceSvIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) { in async_tm_ping() function in cpp2::MyServiceSvIf
H A DMyService.tcc56 iface_->async_tm_ping(std::move(callback)); in process_ping()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/split/gen-cpp2/
H A DMyService.h30 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) = 0;
70 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A DMyService.cpp40 void MyServiceSvIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) { in async_tm_ping() function in cpp2::MyServiceSvIf
H A DMyService.tcc60 iface_->async_tm_ping(std::move(callback)); in process_ping()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic/gen-cpp2/
H A DMyService.h30 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) = 0;
70 void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) override;
H A DMyService.cpp40 void MyServiceSvIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallback<void>> callback) { in async_tm_ping() function in cpp2::MyServiceSvIf
H A DMyService.tcc60 iface_->async_tm_ping(std::move(callback)); in process_ping()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-cpp2/
H A DMyService.h72 virtual void async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallbackBase> callback);
H A DMyService.cpp197 void MyServiceSvIf::MyInteractionIf::async_tm_ping(std::unique_ptr<apache::thrift::HandlerCallbackB… in async_tm_ping() function in cpp2::MyServiceSvIf::MyInteractionIf
H A DMyService.tcc188 iface.async_tm_ping(std::move(callback)); in process_MyInteraction_ping()