Searched defs:with_dot (Results 1 – 2 of 2) sorted by relevance
330 const AstValue* AstValueFactory::NewNumber(double number, bool with_dot) { in NewNumber()
266 explicit AstValue(double n, bool with_dot) : next_(nullptr) { in AstValue()