D | gmock-generated-actions.h | 479 virtual Result Perform(const ArgumentTuple& args) { in Perform() function 480 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4, in Perform() 516 static Result Perform(Impl* impl, const ::testing::tuple<>& args) { in Perform() function 524 static Result Perform(Impl* impl, const ::testing::tuple<A0>& args) { in Perform() function 532 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1>& args) { in Perform() function 540 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2>& args) { in Perform() function 548 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, in Perform() function 557 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, in Perform() function 567 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, in Perform() function 577 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, in Perform() function [all …]
|