Home
last modified time | relevance | path

Searched refs:has_next (Results 1 - 12 of 12) sorted by relevance

/third_party/lwip/src/apps/http/makefsdata/
H A Dtinydir.h199 int has_next; member
314 dir->has_next = 1; in tinydir_open()
330 dir->has_next = 0; in tinydir_open()
350 while (dir->has_next) in tinydir_open()
371 while (dir->has_next) in tinydir_open()
413 dir->has_next = 0; in tinydir_open()
445 if (!dir->has_next) in tinydir_open()
469 dir->has_next = 0; in tinydir_open()
707 while (dir.has_next) in tinydir_open()
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c809 static bool has_next(struct hdr_iter* iter) in has_next() function
857 if (!has_next(iter) || iter->counts_index >= iter->h->counts_len) in basic_iter_next()
920 if (!has_next(iter)) in percentile_iter_next()
1050 if (has_next(iter) || in iter_linear_next()
1107 if (has_next(iter) || in log_iter_next()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string.cc271 bool has_next = stream.HasMore(); in ConvertCaseHelper() local
272 base::uc32 next = has_next ? stream.GetNext() : 0; in ConvertCaseHelper()
299 if (has_next) { in ConvertCaseHelper()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc291 bool has_next() const { return next_pos_ < input_length(); } in has_next() function in v8::internal::__anon14998::final
416 if (has_next()) { in Next()
425 if (has_next()) { in Advance()
1623 if (!has_next()) return false; in ParsePropertyClassName()
1629 if (!has_next()) return false; in ParsePropertyClassName()
1728 DCHECK(has_next() && !IsSpecialClassEscape(Next())); in ParseCharacterEscape()
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.h182 bool has_next() { return pc_ < end_; } in has_next() function in v8::internal::wasm::BytecodeIterator
H A Dfunction-body-decoder.cc191 for (; i.has_next(); i.next()) { in PrintRawWasmCode()
H A Dwasm-debug.cc892 for (; iterator.has_next(); iterator.next()) { in FindNextBreakablePosition()
1204 for (; iterator.has_next(); iterator.next()) { in GetPossibleBreakpoints()
H A Dfunction-body-decoder-impl.h619 bool has_next() { return VALIDATE(decoder_->ok()) && index_ <= table_count_; } in has_next() function in v8::internal::wasm::BranchTableIterator
621 DCHECK(has_next()); in next()
632 while (has_next()) next(); in length()
3001 while (iterator.has_next()) { in DECODE()
H A Dgraph-builder-interface.cc570 while (iterator.has_next()) { in BrTable()
/third_party/node/deps/ada/
H A Dada.h6844 inline bool has_next();
7046 inline bool url_search_params_iter<T, Type>::has_next() { in has_next() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::url_search_params_iter
7052 if (!has_next()) return std::nullopt; in next()
7058 if (!has_next()) return std::nullopt; in next()
7065 if (!has_next()) return std::nullopt; in next()
H A Dada.cpp15558 return (*r)->has_next();
15583 return (*r)->has_next();
15611 return (*r)->has_next();
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2734 DCHECK(!table_iterator.has_next());

Completed in 58 milliseconds