Home
last modified time | relevance | path

Searched refs:HasMore (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dutils-inl.h64 return !stream->HasMore(); in StringToIndex()
71 while (stream->HasMore()) { in StringToIndex()
/third_party/node/deps/v8/src/objects/
H A Djs-collection-iterator.h47 bool HasMore();
53 // |HasMore| returns true.
H A Dstring.cc620 for (int i = start; i < end && stream.HasMore(); i++) { in PrintUC16()
628 for (int i = start; i < end && stream.HasMore(); i++) { in PrintUC16()
801 while (stream.HasMore() && character_position++ < offset + length) { in ToCString()
818 while (stream.HasMore() && character_position++ < offset + length) { in ToCString()
H A Dstring-inl.h1333 inline bool HasMore();
1352 if (buffer8_ == end_) HasMore(); in GetNext()
1379 bool StringCharacterStream::HasMore() {
H A Dordered-hash-table.cc1472 bool OrderedHashTableIterator<Derived, TableType>::HasMore() { in HasMore() function in v8::internal::OrderedHashTableIterator
1496 OrderedHashTableIterator<JSSetIterator, OrderedHashSet>::HasMore();
1508 OrderedHashTableIterator<JSMapIterator, OrderedHashMap>::HasMore();
/third_party/node/tools/
H A Dtest.py1075 if not self.HasMore(length): return ""
1078 def HasMore(self, length = 1): member in Tokenizer
1088 while self.HasMore() and self.Current().isspace():
1093 while self.HasMore():
1095 if not self.HasMore():
1111 while self.HasMore() and IsAlpha(self.Current()):
1137 def HasMore(self): member in Scanner
1180 while scan.HasMore() and (scan.Current() in BINARIES):
1193 while scan.HasMore() and (scan.Current() == 'if'):
1206 while scan.HasMore() an
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc126 while (reader->HasMore()) { in LocateAndOpenEntry()
247 while (reader.HasMore()) { in TEST_F()
266 while (reader.HasMore()) { in TEST_F()
H A Dzip_reader.h53 // while (reader.HasMore()) {
146 // while (reader.HasMore()) {
150 bool HasMore();
H A Dzip.cc206 while (reader.HasMore()) { in UnzipWithFilterAndWriters()
H A Dzip_reader.cc186 bool ZipReader::HasMore() { in HasMore() function in zip::ZipReader
H A Dzip_unittest.cc498 EXPECT_TRUE(reader.HasMore()); in TEST_F()
/third_party/node/deps/v8/src/snapshot/
H A Dcontext-deserializer.cc76 if (!source()->HasMore() || source()->Get() != kEmbedderFieldsData) return; in DeserializeEmbedderFields()
H A Dsnapshot-source-sink.h40 bool HasMore() { return position_ < length_; } in HasMore() function in v8::internal::final
H A Ddeserializer.cc278 while (source_.HasMore()) DCHECK_EQ(kNop, source_.Get()); in ~Deserializer()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc271 bool has_next = stream.HasMore(); in ConvertCaseHelper()
304 while (stream.HasMore()) { in ConvertCaseHelper()
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc222 while (stream.HasMore()) { in RUNTIME_FUNCTION()
H A Druntime-test.cc1080 while (stream.HasMore()) { in RUNTIME_FUNCTION()
1126 while (stream.HasMore()) { in RUNTIME_FUNCTION()
H A Druntime-debug.cc185 isolate->factory()->ToBoolean(iterator->HasMore())); in AddIteratorInternalProperties()
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.cc54 bool HasMore() { return pos_ < literal_bytes_.length(); } in HasMore() function in v8::internal::__anon13997::OneByteStringStream
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc275 for (int i = start; i < end && stream.HasMore(); i++) { in Put()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc927 if (stream.HasMore()) { in PrintCode()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9735 if (!it->HasMore()) return v8::Array::New(v8_isolate); in PreviewEntries()
9744 if (!it->HasMore()) return v8::Array::New(v8_isolate); in PreviewEntries()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 89 milliseconds