Home | History | Annotate | Download | only in httplive

Lines Matching defs:ParseDouble

684     status_t err = ParseDouble(line.c_str() + colonPos + 1, &x);
1207 status_t M3UParser::ParseDouble(const char *s, double *x) {