Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/
H A DGmockHelpers.h97 auto CoInvokeWithoutArgs(F&& f) { in CoInvokeWithoutArgs() function
104 auto CoInvokeWithoutArgs(Class* obj_ptr, MethodPtr method_ptr) { in CoInvokeWithoutArgs() function
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/test/
H A DGmockHelpersTest.cpp85 CoInvokeWithoutArgs([&numCalls]() -> folly::coro::Task<std::string> { in TEST()
194 .WillOnce(CoInvokeWithoutArgs(&s, &S::noArg)); in CO_TEST()