Home
last modified time | relevance | path

Searched defs:floatReturn (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.cpp255 float ReturnServiceSvIf::floatReturn() { in floatReturn() function in some::valid::ns::ReturnServiceSvIf
950 float ReturnServiceSvNull::floatReturn() { in floatReturn() function in some::valid::ns::ReturnServiceSvNull
H A DReturnServiceAsyncClient.cpp1302 void ReturnServiceAsyncClient::floatReturn(std::unique_ptr<apache::thrift::RequestCallback> callbac… in floatReturn() function in some::valid::ns::ReturnServiceAsyncClient
1307 void ReturnServiceAsyncClient::floatReturn(apache::thrift::RpcOptions& rpcOptions, std::unique_ptr<… in floatReturn() function in some::valid::ns::ReturnServiceAsyncClient
1440 void ReturnServiceAsyncClient::floatReturn(folly::Function<void (::apache::thrift::ClientReceiveSta… in floatReturn() function in some::valid::ns::ReturnServiceAsyncClient
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/src/
H A Dmodule.thrift334 float floatReturn(); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/mcpp2-compare/gen-py3/module/
H A Dclients_wrapper.cpp91 ReturnServiceClientWrapper::floatReturn( in floatReturn() function in some::valid::ns::ReturnServiceClientWrapper
H A Dclients.pyx861 def floatReturn( member in ReturnService
H A Dservices.pyx507 async def floatReturn( member in ReturnServiceInterface