Home
last modified time | relevance | path

Searched refs:strval (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.cpp50 token.type != NUMBER ? stream << std::setw(WIDTH_TWENTY) << token.strval in operator <<()
57 Token::Token() : type(0), strval(), numval(0), src(), lineNo(0) {}
70 return token.type == type && token.numval == numval && token.strval == strval;
75 return token.type != type || token.numval != numval || token.strval != strval;
H A Dparser.cpp68 preToken.strval = "root"; in ParseOneContent()
135 auto includePath = current_.strval; in ProcessInclude()
149 Logger().Error() << lexer_ << "include invalid file: \'" << current_.strval << '\''; in ProcessInclude()
192 << name.strval << '\''; in ParseNode()
218 term->AddChild(std::make_shared<AstObject>("", PARSEROP_STRING, current_.strval, current_)); in ParseTerm()
237 term->AddChild(std::make_shared<AstObject>("", PARSEROP_NODEREF, current_.strval, current_)); in ParseTerm()
240 term->AddChild(std::make_shared<AstObject>("", PARSEROP_DELETE, current_.strval, current_)); in ParseTerm()
323 auto nodePath = current_.strval; in ParseNodeCopy()
344 auto refPath = current_.strval; in ParseNodeRef()
378 auto inheritPath = current_.strval; in ParseNodeInherit()
[all...]
H A Dlexer.cpp242 token.strval.clear(); in InitToken()
268 token.strval = std::move(value); in LexFromString()
379 token.strval = std::move(value); in LexFromLiteral()
398 if (token.strval != "include") { in LexInclude()
H A Dtoken.h33 std::string strval; member
H A Dast.cpp448 : AstObject(name.strval, PARSEROP_CONFNODE, 0, name),
736 : AstObject(name.strval, PARSEROP_CONFTERM, 0, name), signNum_(0)
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js90 let includePath = this.current_.strval;
132 preToken.strval = 'root';
175 name.strval +
227 array.addChild(new AstObject('', ObjectType.PARSEROP_STRING, this.current_.strval, this.current_));
269 term.addChild(new AstObject('', ObjectType.PARSEROP_STRING, this.current_.strval, this.current_));
288 term.addChild(new AstObject('', ObjectType.PARSEROP_NODEREF, this.current_.strval, this.current_));
291 term.addChild(new AstObject('', ObjectType.PARSEROP_DELETE, this.current_.strval, this.current_));
334 let refPath = this.current_.strval;
355 let nodePath = this.current_.strval;
397 let inheritPath = this.current_.strval;
[all...]
H A Dlexer.js95 if (token.strval !== 'include') {
192 token.strval = '';
232 token.strval = value;
364 token.strval = value;
H A Dast.js365 super(name.strval, ObjectType.PARSEROP_CONFNODE, 0, name);
592 super(name.strval, ObjectType.PARSEROP_CONFTERM, 0, name);

Completed in 5 milliseconds