Home
last modified time | relevance | path

Searched refs:REF_PATH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp233 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseTerm()
303 case REF_PATH: in ParseNodeWithRef()
340 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseNodeRef()
373 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseNodeInherit()
H A Dtoken.h24 REF_PATH, enumerator
H A Dtoken.cpp31 {REF_PATH, "REF_PATH" }, in TokenType2String()
H A Dlexer.cpp373 token.type = REF_PATH; in LexFromLiteral()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js54 TokenType.REF_PATH = 260;
226 token.type = TokenType.REF_PATH;