Home
last modified time | relevance | path

Searched refs:lineLoc_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp23 Lexer::Lexer() : lineno_(0), lineLoc_(0) {} in Lexer()
42 lineLoc_ = 1; in Initialize()
121 lineLoc_++; in GetRawChar()
136 lineLoc_ = 0; in GetChar()
150 lineLoc_++; in PeekChar()
152 lineLoc_ = 0; in PeekChar()
230 return lineLoc_; in GetLineLoc()
H A Dlexer.h80 int32_t lineLoc_; variable
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js87 this.lineLoc_ = 1;
173 this.lineLoc_++;
175 this.lineLoc_ = 0;
236 this.lineLoc_++;
251 this.lineLoc_ = 0;