Home
last modified time | relevance | path

Searched refs:createMyInteraction (Results 1 – 20 of 20) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-py3/module/
H A Dservices_wrapper.h24 std::unique_ptr<MyInteractionIf> createMyInteraction() override;
H A Dservices_wrapper.cpp39 std::unique_ptr<MyServiceSvIf::MyInteractionIf> MyServiceWrapper::createMyInteraction() { in createMyInteraction() function in cpp2::MyServiceWrapper
H A Dclients_wrapper.cpp30 MyServiceClientWrapper::createMyInteraction() { in createMyInteraction() function in cpp2::MyServiceClientWrapper
34 …eAsyncClient::MyInteraction>(((MyServiceAsyncClient*)async_client_.get())->createMyInteraction())); in createMyInteraction()
H A Dclients_wrapper.h73 folly::Future<std::unique_ptr<::thrift::py3::ClientWrapper>> createMyInteraction();
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-swift/test/fixtures/interactions/
H A DMyService.java64 public MyInteraction createMyInteraction(); in createMyInteraction() method
171 public MyInteraction createMyInteraction(); in createMyInteraction() method
248 MyInteraction createMyInteraction(); in createMyInteraction() method
H A DMyServiceAsyncReactiveWrapper.java74 public MyInteraction createMyInteraction() { in createMyInteraction() method in MyServiceAsyncReactiveWrapper
75 return new MyInteractionImpl(_delegate.createMyInteraction()); in createMyInteraction()
H A DMyServiceBlockingReactiveWrapper.java96 public MyInteraction createMyInteraction() {
97 return new MyInteractionImpl(_delegate.createMyInteraction());
H A DMyServiceReactiveBlockingWrapper.java47 public MyInteraction createMyInteraction() { in createMyInteraction() method in MyServiceReactiveBlockingWrapper
H A DMyServiceReactiveAsyncWrapper.java86 public MyInteraction createMyInteraction() { in createMyInteraction() method in MyServiceReactiveAsyncWrapper
H A DMyServiceAsyncClientImpl.java203 public MyInteraction createMyInteraction() { in createMyInteraction() method in MyServiceAsyncClientImpl
H A DMyServiceClientImpl.java210 public MyInteraction createMyInteraction() { in createMyInteraction() method in MyServiceClientImpl
H A DMyServiceReactiveClient.java384 public MyInteraction createMyInteraction() {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/
H A Dclients.pyi28 def createMyInteraction(self) -> MyService_MyInteraction: ...
H A Dclients_wrapper.pxd60 cFollyFuture[unique_ptr[cClientWrapper]]& createMyInteraction()
H A Dclients.pyx211 def createMyInteraction( member in MyService
217 … down_cast_ptr[cMyServiceClientWrapper, cClientWrapper](self._client.get()).createMyInteraction(),
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-cpp2/
H A DMyService.h131 virtual std::unique_ptr<MyInteractionIf> createMyInteraction() = 0;
175 std::unique_ptr<apache::thrift::Tile> createMyInteraction() { in createMyInteraction() function
176 return iface_->createMyInteraction(); in createMyInteraction()
H A DMyService.cpp565 {"MyInteraction", &MyServiceAsyncProcessor::createMyInteraction},
H A DMyServiceAsyncClient.h592 MyInteraction createMyInteraction();
H A DMyServiceAsyncClient.cpp32 MyServiceAsyncClient::MyInteraction MyServiceAsyncClient::createMyInteraction() { in createMyInteraction() function in cpp2::MyServiceAsyncClient
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-hack/
H A DMyService.php169 public function createMyInteraction(): MyService_MyInteraction { function