Home
last modified time | relevance | path

Searched refs:current_ (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js35 this.current_ = {};
81 !this.lexer_.lex(this.current_) ||
82 this.current_.type !== TokenType.STRING
90 let includePath = this.current_.strval;
101 if (!this.lexer_.lex(this.current_)) {
105 if (this.current_.type !== TokenType.INCLUDE) {
117 if (!this.lexer_.lex(this.current_)) {
122 this.current_.type === TokenType.INCLUDE &&
129 if (this.current_.type === TokenType.ROOT) {
130 let preToken = copy(this.current_);
[all...]
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp56 if (!lexer_.Lex(current_)) { in ParseOneContent()
60 if (current_ == INCLUDE && !ProcessInclude(includeList)) { in ParseOneContent()
65 if (current_ == ROOT) { in ParseOneContent()
66 auto preToken = current_; in ParseOneContent()
73 } else if (current_ != EOF) { in ParseOneContent()
76 } else if (current_ == EOF && includeList.empty()) { in ParseOneContent()
81 if (!lexer_.Lex(current_) || current_ != EOF) { in ParseOneContent()
129 if (!lexer_.Lex(current_) || current_ ! in ProcessInclude()
[all...]
H A Dparser.h62 Token current_; member in OHOS::Hardware::Parser

Completed in 2 milliseconds