Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1548 return InvokeWith(ArgumentTuple(std::forward<Args>(args)...)); in Invoke()
1783 R InvokeWith(ArgumentTuple&& args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex);
1789 R FunctionMocker<R(Args...)>::InvokeWith(ArgumentTuple&& args) in InvokeWith() function