Home
last modified time | relevance | path

Searched refs:PeekSymbol (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp49 char32_t cp = PeekSymbol(); in CollectETSNolints()
54 cp = PeekSymbol(); in CollectETSNolints()
73 cp = PeekSymbol(); in CollectETSNolints()
79 cp = PeekSymbol(); in CollectETSNolints()
94 if (PeekSymbol() == lexer::LEX_CHAR_LF) { in NextSymbol()
110 if (PeekSymbol() == lexer::LEX_CHAR_LF) { in BackwardSymbol()
145 char32_t ETSNolintParser::PeekSymbol() const in PeekSymbol() function in ark::es2panda::parser::ETSNolintParser
156 cp = PeekSymbol(); in TryPeekU32String()
177 cp = PeekSymbol(); in IsEtsNolint()
232 if (PeekSymbol() ! in ParseETSNolintArgs()
[all...]
H A DETSNolintParser.h35 char32_t PeekSymbol() const;
/arkcompiler/runtime_core/libpandabase/utils/
H A Djson_parser.cpp240 auto symbol = PeekSymbol(); in GetValue()
281 LOG_JSON(ERROR) << "Unexpected character when trying to get value: '" << PeekSymbol() << "'"; in GetValue()
327 char JsonObject::Parser::PeekSymbol() in PeekSymbol() function in panda::JsonObject::Parser
H A Djson_parser.h104 char PeekSymbol();
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp253 auto symbol = PeekSymbol(); in GetValue()
297 LOG_JSON(ERROR) << "Unexpected character when trying to get value: '" << PeekSymbol() << "'"; in GetValue()
340 char JsonObject::Parser::PeekSymbol() in PeekSymbol() function in ark::JsonObject::Parser
H A Djson_parser.h106 char PeekSymbol();

Completed in 3 milliseconds