Searched refs:LexHexAndBinaryNum (Results 1 – 2 of 2) sorted by relevance
66 void LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v);
273 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() function in Lexer319 LexHexAndBinaryNum(value, c, v); in LexFromNumber()