Lines Matching refs:synthetic_args
241 // the "0th" argument (the program name), then `synthetic_args` are inserted,
244 std::vector<std::string> synthetic_args;
254 return underlying->size() - 1 + synthetic_args.size();
261 return synthetic_args.empty() ? underlying->at(1) : synthetic_args.front();
266 if (synthetic_args.empty()) {
275 synthetic_args.erase(synthetic_args.begin());
364 args.synthetic_args.insert(
365 args.synthetic_args.begin(),