Searched defs:HasMore (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dsnapshot-source-sink.h25 bool HasMore() { return position_ < length_; } function in class:v8::internal::FINAL
H A Dast-value-factory.cc44 bool HasMore() { return pos_ < literal_bytes_.length(); } function in class:v8::internal::__anon17237::OneByteStringStream
H A Dobjects-inl.h3679 if (buffer8_ == end_) HasMore();
3706 bool StringCharacterStream::HasMore() { function in class:v8::internal::StringCharacterStream
H A Dobjects.cc1179 for (int i = start; i < end && stream.HasMore(); i++) {
8013 while (stream.HasMore() && character_position++ < offset + length) {
8030 while (stream.HasMore() && character_position++ < offset + length) {
8085 while (stream.HasMore()) {
15718 bool OrderedHashTableIterator<Derived, TableType>::HasMore() { function in class:v8::OrderedHashTableIterator
15744 if (HasMore()) {
15759 OrderedHashTableIterator<JSSetIterator, OrderedHashSet>::HasMore();
15776 OrderedHashTableIterator<JSMapIterator, OrderedHashMap>::HasMore();
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc123 bool ZipReader::HasMore() { function in class:zip::ZipReader

Completed in 2173 milliseconds