Home
last modified time | relevance | path

Searched defs:peekNextToken (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/
DCommentLexers.kt49 override fun peekNextToken(): Byte { in peekNextToken() method
129 override fun peekNextToken(): Byte { in peekNextToken() method
DAbstractJsonLexer.kt234 open fun peekNextToken(): Byte { in initC2TC() method in kotlinx.serialization.json.internal.AbstractJsonLexer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp70 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
DRetireControlUnit.cpp73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
/external/nist-sip/java/gov/nist/core/
DLexerCore.java166 public Token peekNextToken() throws ParseException { in peekNextToken() method in LexerCore
170 public Token[] peekNextToken(int ntokens) throws ParseException { in peekNextToken() method in LexerCore
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp74 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java1537 public JsonToken peekNextToken() throws IOException in peekNextToken() method in TokenBuffer.Parser