Searched defs:with_dot (Results 1 – 3 of 3) sorted by relevance
296 const AstValue* AstValueFactory::NewNumber(double number, bool with_dot) { in NewNumber()
204 explicit AstValue(double n, bool with_dot) { in AstValue()
1100 static void CheckParsesToNumber(const char* source, bool with_dot) { in CheckParsesToNumber()