Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.cpp196 char c = file_->PeekChar(); in ReadCacheableTime()
229 char c = file_->PeekChar(); in ReadToken()
284 c = file_->PeekChar(); in ReadId()
304 char c = file_->PeekChar(); in ReadNum()
307 c = file_->PeekChar(); in ReadNum()
336 c = file_->PeekChar(); in ReadBinaryNum()
357 char c = file_->PeekChar(); in ReadOctNum()
381 c = file_->PeekChar(); in ReadHexNum()
402 c = file_->PeekChar(); in ReadDecNum()
418 char c = file_->PeekChar(); in ReadNumSuffix()
[all...]
/foundation/ability/idl_tool/parser/
H A Dlexer.cpp129 if (currentFile_->PeekChar() == '/') { in ReadTokenPeek()
135 } else if (currentFile_->PeekChar() == '*') { in ReadTokenPeek()
152 c = currentFile_->PeekChar(); in ReadIdentifier()
199 if (c == '*' && currentFile_->PeekChar() == '/') { in ReadBlockComment()
370 char c = currentFile_->PeekChar(); in ParseCacheable()
/foundation/ability/idl_tool/util/
H A Dfile.cpp91 char c = PeekChar(); in GetChar()
106 char File::PeekChar() in PeekChar() function in OHOS::Idl::File
H A Dfile.h44 char PeekChar();
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.cpp87 PeekChar(); in OpenByRead()
92 char c = PeekChar(); in GetChar()
107 char File::PeekChar() in PeekChar() function in OHOS::Idl::File
H A Dfile.h45 char PeekChar();

Completed in 4 milliseconds