Home
last modified time | relevance | path

Searched defs:HandlerCallbackBase (Results 1 – 6 of 6) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp2/server/
H A DBenchmarkHandler.h61 void async_eb_onewayNoop(std::unique_ptr<HandlerCallbackBase>) override { in async_eb_onewayNoop()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp/
H A DAsyncLoadHandler2.cpp39 std::unique_ptr<HandlerCallbackBase> /* callback */) {} in async_eb_onewayNoop()
151 std::unique_ptr<HandlerCallbackBase> /* callback */, in async_eb_onewaySend()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/basic-stack-arguments/gen-cpp2/
H A DMyServiceFast.cpp35 void MyServiceFastSvIf::async_eb_lobDataById(std::unique_ptr<apache::thrift::HandlerCallbackBase> /… in async_eb_lobDataById()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-cpp2/
H A DMyService.cpp429 …MyServiceSvIf::MyInteractionFastIf::async_eb_ping(std::unique_ptr<apache::thrift::HandlerCallbackB… in async_eb_ping()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/
H A DExtraService.cpp318 …eSvIf::async_eb_oneway_void_ret_map_setlist_param(std::unique_ptr<apache::thrift::HandlerCallbackB… in async_eb_oneway_void_ret_map_setlist_param()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DAsyncProcessor.h759 HandlerCallbackBase() in HandlerCallbackBase() function