Home | History | Annotate | Download | only in src

Lines Matching defs:Arguments

846 // Utility class for accumulating command-line arguments.
847 class Arguments {
849 Arguments() {
853 ~Arguments() {
864 void AddArguments(const ::std::vector<Str>& arguments) {
865 arguments.begin();
866 i != arguments.end();
878 // A struct that encompasses the arguments to the child process of a
881 char* const* argv; // Command-line arguments for the child's call to exec
1019 Arguments args;