parse_double      762 third_party/re2/re2/re2.h   MAKE_PARSER(double,             parse_double);
parse_double      786 third_party/re2/re2/re2.h   static bool parse_double        (const char* str, int n, void* dest);
parse_double      934 third_party/re2/util/pcre.cc   if (!parse_double(str, n, &r)) return false;
parse_double      608 third_party/re2/util/pcre.h   MAKE_PARSER(double,             parse_double);
parse_double      632 third_party/re2/util/pcre.h   static bool parse_double        (const char* str, int n, void* dest);