Home
last modified time | relevance | path

Searched defs:parse_double (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/
Dbytes.rs86 fn parse_double(&mut self, result: &mut Vec<u8>) -> Result<(), ()> { in parse_double() method
/aosp_15_r20/external/regex-re2/re2/
H A Dre2.cc1201 bool RE2::Arg::parse_double(const char* str, size_t n, void* dest) { in GlobalReplace() function in re2::RE2::Arg
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c291 static boolean parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) in parse_double() function
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c240 static bool parse_double( const char **pcur, uint32_t *val0, uint32_t *val1) in parse_double() function
/aosp_15_r20/external/regex-re2/util/
H A Dpcre.cc1014 bool PCRE::Arg::parse_double(const char* str, size_t n, void* dest) { in parse_double() function in re2::PCRE::Arg
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc990 bool PCRE::Arg::parse_double(const char* str, size_t n, void* dest) { in parse_double() function in re2::PCRE::Arg
/aosp_15_r20/external/cronet/third_party/re2/src/util/
H A Dpcre.cc921 bool PCRE::Arg::parse_double(const char* str, size_t n, void* dest) { in parse_double() function in re2::PCRE::Arg
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp236 static void parse_double(const char *s, Json::Value &obj, double &o) in parse_double() function