Lines Matching defs:args
60 Result Perform(const ArgumentTuple& args) {
61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
78 Result Perform(const ArgumentTuple& args) const {
80 obj_ptr_, method_ptr_, args);
164 return ::testing::get<k>(args);
172 *pointer = ::testing::get<k>(args);
180 *pointer = *::testing::get<k>(args);
194 ::testing::get<k>(args) = value;
207 internal::CopyElements(first, last, ::testing::get<k>(args));
209 ::std::copy(first, last, ::testing::get<k>(args));
218 delete ::testing::get<k>(args);