Lines Matching defs:first
34 // before first use.
87 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
89 source.replace(pos, KV.first.size(), KV.second);
148 bool first = true;
151 BM_CHECK(first || new_ret == last_ret)
153 first = false;
156 (void)first;
220 // first reset the stream to the start
374 if (EKV.first == KV.first) {