Searched refs:parse_double (Results 1 – 7 of 7) sorted by relevance
/third_party/re2/util/ |
D | pcre.h | 587 MAKE_PARSER(double, parse_double); 621 static bool parse_double (const char* str, size_t n, void* dest);
|
D | pcre.cc | 992 bool PCRE::Arg::parse_double(const char* str, size_t n, void* dest) { in parse_double() function in re2::PCRE::Arg
|
/third_party/re2/re2/ |
D | re2.h | 806 MAKE_PARSER(double, parse_double) in MAKE_PARSER() 839 static bool parse_double (const char* str, size_t n, void* dest);
|
D | re2.cc | 1202 bool RE2::Arg::parse_double(const char* str, size_t n, void* dest) { in GlobalReplace() function in re2::RE2::Arg
|
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc.c | 911 parse_double (xmlNode *typenode, GError **error) in parse_double() function 1015 variant = parse_double (typenode, error); in parse_value()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 283 static boolean parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) in parse_double() function 1242 ret = parse_double(&ctx->cur, &values[i].Uint, &values[i+1].Uint); in parse_immediate_data()
|
/third_party/glib/glib/ |
D | goption.c | 1145 parse_double (const gchar *arg_name, in parse_double() function 1472 if (!parse_double (option_name, value, in parse_arg()
|