Home | History | Annotate | Download | only in gtest

Lines Matching refs:Arguments

507 // Utility class for accumulating command-line arguments.
508 class Arguments {
510 Arguments() {
513 ~Arguments() {
525 void AddArguments(const ::std::vector<Str>& arguments) {
526 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
527 i != arguments.end();
539 // A struct that encompasses the arguments to the child process of a
542 char* const* argv; // Command-line arguments for the child's call to exec
619 Arguments args;