Lines Matching refs:first
217 options_.emplace(pair.first, Convert(pair.second, get_child));
220 implications_.emplace(pair.first, Convert(pair.second, get_child));
240 // Generally, the idea here is that the first entry in `*underlying` stores
260 std::string& first() {
265 std::string ret = std::move(first());
291 // The first entry is the process name. Make sure it ends up in the V8 argv,
298 if (args.first().size() <= 1 || args.first()[0] != '-') break;
353 !args.first().empty() &&
354 args.first()[0] != '-' &&
359 // Use the first entry in the expansion as the new 'name'.
390 for (auto imp = implications.first; imp != implications.second; ++imp) {