Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.h66 void LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v);
H A Dlexer.cpp273 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() function in Lexer
319 LexHexAndBinaryNum(value, c, v); in LexFromNumber()