Home | History | Annotate | Download | only in src

Lines Matching defs:Arguments

886 // Utility class for accumulating command-line arguments.
887 class Arguments {
889 Arguments() {
893 ~Arguments() {
904 void AddArguments(const ::std::vector<Str>& arguments) {
905 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
906 i != arguments.end();
919 // A struct that encompasses the arguments to the child process of a
922 char* const* argv; // Command-line arguments for the child's call to exec
1126 Arguments args;