Home
last modified time | relevance | path

Searched refs:HasNext (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp29 while (iter.HasNext()) {
56 if (!HasNext()) { in SkipCp()
H A Dustring.h157 return HasNext() ? *iter_ : INVALID_CP; in Peek()
195 inline bool HasNext() const in HasNext() function in ark::es2panda::util::StringView::Iterator
337 if (!HasNext()) { in DecodeCP()
389 if (iter.HasNext()) { in EscapeSymbol()
399 while (iter.HasNext()) { in EscapeSymbol()
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp50 if (!iter.HasNext()) {
60 if (iter.HasNext() && iter.Peek() == LEX_CHAR_LF) {
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp29 while (iter.HasNext()) {
56 if (!HasNext()) { in SkipCp()
H A Dustring.h160 return HasNext() ? *iter_ : INVALID_CP; in Peek()
198 inline bool HasNext() const in HasNext() function in panda::es2panda::util::StringView::Iterator
206 if (!HasNext()) { in HasExpectedNumberOfBytes()
331 if (!HasNext()) { in DecodeCP()
396 while (iter.HasNext()) { in EscapeSymbol()
401 if (iter.HasNext()) { in EscapeSymbol()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.cpp53 if (iter.HasNext() && iter.Peek() == LEX_CHAR_LF) {
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp88 if (iter_.HasNext()) { in ParsePattern()
687 if (!iter_.HasNext()) { in ParseUnicodePropertyEscape()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp97 if (iter_.HasNext()) { in ParsePattern()
685 if (!iter_.HasNext()) { in ParseUnicodePropertyEscape()

Completed in 5 milliseconds