Searched refs:HasMore (Results 1 – 20 of 20) sorted by relevance
22 for (; reader.HasMore(); advanced = reader.AdvanceToNextEntry()) { in AnalyzeZipFile()
374 bool keep_going_fast_check = op.HasMore(); in AccumulateStatsWithOperator()542 while (character_stream_1.HasMore()) { in Traverse()543 CHECK(character_stream_2.HasMore()); in Traverse()548 CHECK(!character_stream_1.HasMore()); in Traverse()549 CHECK(!character_stream_2.HasMore()); in Traverse()559 while (character_stream_1.HasMore() && i < chars) { in TraverseFirst()560 CHECK(character_stream_2.HasMore()); in TraverseFirst()634 CHECK(flat_stream.HasMore()); in VerifyCharacterStream()635 CHECK(cons_stream.HasMore()); in VerifyCharacterStream()639 CHECK(!flat_stream.HasMore()); in VerifyCharacterStream()[all …]
901 if not self.HasMore(length): return ""904 def HasMore(self, length = 1): member in Tokenizer914 while self.HasMore() and self.Current().isspace():919 while self.HasMore():921 if not self.HasMore():937 while self.HasMore() and IsAlpha(self.Current()):966 def HasMore(self): member in Scanner1009 while scan.HasMore() and (scan.Current() in BINARIES):1022 while scan.HasMore() and (scan.Current() == 'if'):1035 while scan.HasMore() and (scan.Current() in LOGICALS):[all …]
106 bool HasMore();
124 while (reader.HasMore()) { in Unzip()
161 while (reader.HasMore()) { in TEST_F()181 while (reader.HasMore()) { in TEST_F()
122 bool ZipReader::HasMore() { in HasMore() function in zip::ZipReader
105 bool HasMore();
104 while (reader.HasMore()) { in Unzip()
75 end_ = !stream_->HasMore(); in operator ++()
154 if (stream.HasMore()) { in PrintCode()
168 bool HasMore() { return position_ < length_; } in HasMore() function
321 for (int i = start; i < end && stream.HasMore(); i++) { in Put()
3136 bool ConsStringIteratorOp::HasMore() { in HasMore() function3175 if (buffer8_ == end_) HasMore(); in GetNext()3200 bool StringCharacterStream::HasMore() { in HasMore() function3202 if (!op_->HasMore()) return false; in HasMore()
6290 bool has_next = stream.HasMore(); in ConvertCaseHelper()6322 while (stream.HasMore()) { in ConvertCaseHelper()7562 while (stream_x.HasMore() && stream_y.HasMore()) { in StringCharacterStreamCompare()7569 if (stream_y.HasMore()) return Smi::FromInt(LESS); in StringCharacterStreamCompare()7571 return Smi::FromInt(stream_x.HasMore() ? GREATER : EQUAL); in StringCharacterStreamCompare()10568 while (stream.HasMore()) { in RUNTIME_FUNCTION()
8211 while (stream.HasMore()) { in IsIdentifier()8296 while (stream.HasMore() && character_position++ < offset + length) { in ToCString()8313 while (stream.HasMore() && character_position++ < offset + length) { in ToCString()8368 while (stream.HasMore()) { in ToWideCString()8837 ASSERT(op_->HasMore()); in Advance()9121 while (stream.HasMore()) { in ComputeArrayIndex()
9226 inline bool HasMore();9263 inline bool HasMore();
106 while (reader.HasMore()) { in IN_PROC_BROWSER_TEST_F()
166 bool HasMore() { return position_ < length_; } in HasMore() function