Lines Matching full:has_more
5408 while (buffer->has_more()) {
5440 while (buffer->has_more()) {
5976 bool has_next = buffer->has_more();
6007 while (buffer->has_more()) {
7217 while (bufx.has_more() && bufy.has_more()) {
7224 if (bufy.has_more()) return Smi::FromInt(LESS);
7226 return Smi::FromInt(bufx.has_more() ? GREATER : EQUAL);
9864 while (buffer.has_more()) {