Home
last modified time | relevance | path

Searched refs:parse_double_float (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc963 static bool parse_double_float(const char* str, size_t n, bool isfloat, in parse_double_float() function
991 return parse_double_float(str, n, false, dest); in parse_double()
995 return parse_double_float(str, n, true, dest); in parse_float()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc1266 static bool parse_double_float(const char* str, size_t n, bool isfloat, in GlobalReplace() function
1292 return parse_double_float(str, n, false, dest); in GlobalReplace()
1296 return parse_double_float(str, n, true, dest); in GlobalReplace()