Home | History | Annotate | Download | only in src

Lines Matching refs:Arguments

900 // Utility class for accumulating command-line arguments.
901 class Arguments {
903 Arguments() {
907 ~Arguments() {
918 void AddArguments(const ::std::vector<Str>& arguments) {
919 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
920 i != arguments.end();
933 // A struct that encompasses the arguments to the child process of a
936 char* const* argv; // Command-line arguments for the child's call to exec
1142 Arguments args;