Searched defs:parse_double (Results 1 – 4 of 4) sorted by relevance
80 fn parse_double(&mut self, result: &mut Vec<u8>) -> Result<(), ()> { in parse_double() method
240 static bool parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) in parse_double() function
922 bool PCRE::Arg::parse_double(const char* str, size_t n, void* dest) { in parse_double() function in re2::PCRE::Arg
231 static void parse_double(const char* s, Json::Value& obj, double& o) in parse_double() function