Home
last modified time | relevance | path

Searched refs:MyInteraction (Results 1 – 14 of 14) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-cpp2/
H A DMyServiceAsyncClient.cpp32 MyServiceAsyncClient::MyInteraction MyServiceAsyncClient::createMyInteraction() { in createMyInteraction()
33 return MyInteraction(channel_, "MyInteraction"); in createMyInteraction()
370 ::std::int32_t MyServiceAsyncClient::MyInteraction::sync_frobnicate() { in sync_frobnicate()
375 ::std::int32_t MyServiceAsyncClient::MyInteraction::sync_frobnicate(apache::thrift::RpcOptions& rpc… in sync_frobnicate()
404 folly::SemiFuture<::std::int32_t> MyServiceAsyncClient::MyInteraction::semifuture_frobnicate() { in semifuture_frobnicate()
447 ::std::int32_t MyServiceAsyncClient::MyInteraction::recv_frobnicate(::apache::thrift::ClientReceive… in recv_frobnicate()
515 void MyServiceAsyncClient::MyInteraction::sync_ping() { in sync_ping()
520 void MyServiceAsyncClient::MyInteraction::sync_ping(apache::thrift::RpcOptions& rpcOptions) { in sync_ping()
538 folly::SemiFuture<folly::Unit> MyServiceAsyncClient::MyInteraction::semifuture_ping() { in semifuture_ping()
615 apache::thrift::ClientBufferedStream<bool> MyServiceAsyncClient::MyInteraction::sync_truthify() { in sync_truthify()
[all …]
H A DMyServiceAsyncClient.h32 class MyInteraction final : public apache::thrift::InteractionHandle {
592 MyInteraction createMyInteraction();
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-swift/test/fixtures/interactions/
H A DMyService.java38 public interface MyInteraction extends java.io.Closeable { interface
64 public MyInteraction createMyInteraction(); in createMyInteraction()
138 public interface MyInteraction extends reactor.core.Disposable { interface
171 public MyInteraction createMyInteraction(); in createMyInteraction()
222 public interface MyInteraction extends java.io.Closeable { interface
248 MyInteraction createMyInteraction(); in createMyInteraction()
H A DMyServiceAsyncReactiveWrapper.java32 public class MyInteractionImpl implements MyInteraction {
33 private MyService.Async.MyInteraction _delegateInteraction;
35 MyInteractionImpl(MyService.Async.MyInteraction delegateInteraction) { in MyInteractionImpl()
74 public MyInteraction createMyInteraction() { in createMyInteraction()
H A DMyServiceBlockingReactiveWrapper.java38 public class MyInteractionImpl implements MyInteraction {
39 private MyService.MyInteraction _delegateInteraction;
41 MyInteractionImpl(MyService.MyInteraction delegateInteraction) {
96 public MyInteraction createMyInteraction() {
H A DMyServiceReactiveAsyncWrapper.java47 public class MyInteractionImpl implements MyInteraction {
86 public MyInteraction createMyInteraction() { in createMyInteraction()
H A DMyServiceReactiveBlockingWrapper.java47 public MyInteraction createMyInteraction() { in createMyInteraction()
H A DMyServiceAsyncClientImpl.java135 public class MyInteractionImpl implements MyInteraction {
203 public MyInteraction createMyInteraction() { in createMyInteraction()
H A DMyServiceClientImpl.java137 public class MyInteractionImpl implements MyInteraction {
210 public MyInteraction createMyInteraction() { in createMyInteraction()
H A DMyServiceReactiveClient.java138 public class MyInteractionImpl implements MyInteraction {
384 public MyInteraction createMyInteraction() {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-py3/module/
H A Dclients_wrapper.cpp34 …thrift::GeneratedAsyncClient>>(std::make_unique<MyServiceAsyncClient::MyInteraction>(((MyServiceAs… in createMyInteraction()
67 auto* client = static_cast<::cpp2::MyServiceAsyncClient::MyInteraction*>(async_client_.get()); in frobnicate()
82 auto* client = static_cast<::cpp2::MyServiceAsyncClient::MyInteraction*>(async_client_.get()); in ping()
97 auto* client = static_cast<::cpp2::MyServiceAsyncClient::MyInteraction*>(async_client_.get()); in truthify()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/src/
H A Dmodule.thrift26 interaction MyInteraction {
45 performs MyInteraction;
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/explore/
H A Dexplore_sample.cpp70 struct MyInteraction struct
89 vector<MyInteraction<MyContext>> m_interactions; argument
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-py3/test/fixtures/interactions/module/
H A Dclients_wrapper.pxd36 cdef cppclass cMyServiceAsyncClient_MyInteraction "::cpp2::MyServiceAsyncClient::MyInteraction":