Home | History | Annotate | Download | only in src

Lines Matching refs:Arguments

796 // Utility class for accumulating command-line arguments.
797 class Arguments {
799 Arguments() {
803 ~Arguments() {
814 void AddArguments(const ::std::vector<Str>& arguments) {
815 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
816 i != arguments.end();
828 // A struct that encompasses the arguments to the child process of a
831 char* const* argv; // Command-line arguments for the child's call to exec
964 Arguments args;