Home
last modified time | relevance | path

Searched refs:future_method1 (Results 1 – 8 of 8) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/visitation/gen-cpp2/
H A Dservice1.h34 virtual folly::Future<folly::Unit> future_method1() = 0;
65 folly::Future<folly::Unit> future_method1() override;
H A Dservice1.cpp34 folly::Future<folly::Unit> service1SvIf::future_method1() { in future_method1() function in test_cpp2::cpp_reflection::service1SvIf
56 auto fut = future_method1(); in async_tm_method1()
H A Dservice1AsyncClient.h42 virtual folly::Future<folly::Unit> future_method1();
44 virtual folly::Future<folly::Unit> future_method1(apache::thrift::RpcOptions& rpcOptions);
H A Dservice1AsyncClient.cpp219 folly::Future<folly::Unit> service1AsyncClient::future_method1() { in future_method1() function in test_cpp2::cpp_reflection::service1AsyncClient
221 return future_method1(rpcOptions); in future_method1()
229 folly::Future<folly::Unit> service1AsyncClient::future_method1(apache::thrift::RpcOptions& rpcOptio… in future_method1() function in test_cpp2::cpp_reflection::service1AsyncClient
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/fatal/gen-cpp2/
H A Dservice1.h34 virtual folly::Future<folly::Unit> future_method1() = 0;
65 folly::Future<folly::Unit> future_method1() override;
H A Dservice1.cpp34 folly::Future<folly::Unit> service1SvIf::future_method1() { in future_method1() function in test_cpp2::cpp_reflection::service1SvIf
56 auto fut = future_method1(); in async_tm_method1()
H A Dservice1AsyncClient.h42 virtual folly::Future<folly::Unit> future_method1();
44 virtual folly::Future<folly::Unit> future_method1(apache::thrift::RpcOptions& rpcOptions);
H A Dservice1AsyncClient.cpp219 folly::Future<folly::Unit> service1AsyncClient::future_method1() { in future_method1() function in test_cpp2::cpp_reflection::service1AsyncClient
221 return future_method1(rpcOptions); in future_method1()
229 folly::Future<folly::Unit> service1AsyncClient::future_method1(apache::thrift::RpcOptions& rpcOptio… in future_method1() function in test_cpp2::cpp_reflection::service1AsyncClient