Home | History | Annotate | Download | only in src

Lines Matching defs:Arguments

282         NULL);  // Message arguments. Ignored in this call.
934 // Utility class for accumulating command-line arguments.
935 class Arguments {
937 Arguments() {
941 ~Arguments() {
952 void AddArguments(const ::std::vector<Str>& arguments) {
953 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
954 i != arguments.end();
966 // A struct that encompasses the arguments to the child process of a
969 char* const* argv; // Command-line arguments for the child's call to exec
1104 Arguments args;