Home | History | Annotate | Download | only in src

Lines Matching refs:Arguments

844 // Utility class for accumulating command-line arguments.
845 class Arguments {
847 Arguments() {
851 ~Arguments() {
862 void AddArguments(const ::std::vector<Str>& arguments) {
863 arguments.begin();
864 i != arguments.end();
876 // A struct that encompasses the arguments to the child process of a
879 char* const* argv; // Command-line arguments for the child's call to exec
1017 Arguments args;