Home
last modified time | relevance | path

Searched defs:Perform (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc519 int Perform(const std::tuple<bool, int>& args) override { in Perform() function in testing::__anon10e2b6f40111::MyActionImpl
583 bool Perform(const std::tuple<int>& arg) override { in Perform() function in testing::__anon10e2b6f40111::IsNotZero
605 Result Perform(const ArgumentTuple& args) { in Perform() function in testing::__anon10e2b6f40111::ReturnSecondArgumentAction
622 Result Perform(const std::tuple<>&) const { in Perform() function in testing::__anon10e2b6f40111::ReturnZeroFromNullaryFunctionAction
1515 int Perform(const std::tuple<int, int>& args) override { in Perform() function in testing::__anon10e2b6f40111::SubtractAction
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7482 ExprResult InitializationSequence::Perform(Sema &S, in Perform() function in InitializationSequence