Home
last modified time | relevance | path

Searched refs:co_method1 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/visitation/gen-cpp2/
H A Dservice1AsyncClient.h51 folly::coro::Task<void> co_method1() { in co_method1() function
52 return co_method1<false>(nullptr); in co_method1()
55 folly::coro::Task<void> co_method1(apache::thrift::RpcOptions& rpcOptions) { in co_method1() function
56 return co_method1<true>(&rpcOptions); in co_method1()
60 folly::coro::Task<void> co_method1(apache::thrift::RpcOptions* rpcOptions) { in co_method1() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/fatal/gen-cpp2/
H A Dservice1AsyncClient.h51 folly::coro::Task<void> co_method1() { in co_method1() function
52 return co_method1<false>(nullptr); in co_method1()
55 folly::coro::Task<void> co_method1(apache::thrift::RpcOptions& rpcOptions) { in co_method1() function
56 return co_method1<true>(&rpcOptions); in co_method1()
60 folly::coro::Task<void> co_method1(apache::thrift::RpcOptions* rpcOptions) { in co_method1() function