Home | History | Annotate | Download | only in httplive

Lines Matching refs:ParseDouble

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