Home
last modified time | relevance | path

Searched refs:LexFromString (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.h62 bool LexFromString(Token &token);
H A Dlexer.cpp68 return LexFromString(token); in SetTokenCharacter()
247 bool Lexer::LexFromString(Token &token) in LexFromString() function in Lexer