Searched refs:is_first (Results 1 – 3 of 3) sorted by relevance
28 bool is_first = true; in WriteVars() local30 WriteLine(var + (is_first ? " = " : " += ") + value); in WriteVars()31 is_first = false; in WriteVars()
140 bool is_first = true; in Write() local142 if (!is_first) { to->Write(", "); } in Write()143 is_first = false; in Write()275 bool is_first = true; in Write() local277 if (is_first) { in Write()282 is_first = false; in Write()
670 bool is_first = true; in UpdateBackoffAndDownloadUrl() local674 if (is_first && url_idx >= 0 && used_url_idx != url_idx) { in UpdateBackoffAndDownloadUrl()678 is_first = false; in UpdateBackoffAndDownloadUrl()