Searched defs:has_next (Results 1 - 13 of 13) sorted by relevance

/external/perfetto/src/base/
H A Dandroid_task_runner.cc92 bool has_next; local
100 has_next = !immediate_tasks_.empty();
104 if (has_next)
/external/v8/src/wasm/
H A Dfunction-body-decoder-impl.h244 bool has_next() { return decoder_->ok() && index_ <= table_count_; } function in class:v8::internal::wasm::BranchTableIterator
246 DCHECK(has_next());
257 while (has_next()) next();
H A Dfunction-body-decoder.h184 bool has_next() { return pc_ < end_; } function in class:v8::internal::wasm::BytecodeIterator
H A Dwasm-objects.h467 bool has_next() { return IsWasmInstanceWrapper(get(kNextInstanceWrapper)); } function in class:v8::internal::WasmInstanceWrapper
H A Dwasm-module.cc626 bool has_next = instance_wrapper->has_next(); local
629 if (!has_prev && !has_next) {
642 } else if (!has_next) {
645 DCHECK(has_next && has_prev);
2257 while (instance_wrapper->has_next()) {
/external/tensorflow/tensorflow/stream_executor/
H A Dkernel.h299 bool has_next() { return arg_index_ < number_of_arguments_; } function in class:perftools::gputools::KernelArgIterator
306 if (!has_next()) {
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c1266 int has_prev, has_next; local
1351 has_next = 0;
1357 has_next = 1;
1407 } else if (has_next &&
1453 if (has_next &&
/external/v8/src/regexp/
H A Dregexp-parser.h300 bool has_next() { return next_pos_ < in()->length(); } function in class:v8::internal::BASE_EMBEDDED
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2485 def has_next(self): member in class:TreeIterator
2503 if not self.has_next():
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb1289 def has_next?
/external/fio/
H A Dinit.c1976 int has_next = (dl + 1)->name != NULL; local
1985 if (has_next)
1989 if (has_next)
/external/v8/src/builtins/
H A Dbuiltins-string.cc2020 bool has_next = stream.HasMore(); local
2021 uc32 next = has_next ? stream.GetNext() : 0;
2048 if (has_next) {
/external/v8/src/heap/
H A Dheap.cc6066 bool SpaceIterator::has_next() { function in class:v8::internal::CheckHandleCountVisitor::SpaceIterator
6072 DCHECK(has_next());
6194 while (space_iterator_->has_next()) {

Completed in 2186 milliseconds