Home
last modified time | relevance | path

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

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/
H A DReturnService.cpp682 void ReturnServiceSvIf::structReturn(::some::valid::ns::MyStruct& /*_return*/) { in structReturn() function in some::valid::ns::ReturnServiceSvIf
970 void ReturnServiceSvNull::structReturn(::some::valid::ns::MyStruct& /*_return*/) {} in structReturn() function in some::valid::ns::ReturnServiceSvNull
H A DReturnServiceAsyncClient.cpp3190 void ReturnServiceAsyncClient::structReturn(std::unique_ptr<apache::thrift::RequestCallback> callba… in structReturn() function in some::valid::ns::ReturnServiceAsyncClient
3195 void ReturnServiceAsyncClient::structReturn(apache::thrift::RpcOptions& rpcOptions, std::unique_ptr… in structReturn() function in some::valid::ns::ReturnServiceAsyncClient
3328 void ReturnServiceAsyncClient::structReturn(folly::Function<void (::apache::thrift::ClientReceiveSt… in structReturn() function in some::valid::ns::ReturnServiceAsyncClient
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/src/
H A Dmodule.thrift344 MyStruct structReturn(); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/
H A Dclients_wrapper.cpp241 ReturnServiceClientWrapper::structReturn( in structReturn() function in some::valid::ns::ReturnServiceClientWrapper
H A Dclients.pyx1061 def structReturn( member in ReturnService
H A Dservices.pyx547 async def structReturn( member in ReturnServiceInterface