Searched refs:parse_long_radix (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.cc | 836 bool PCRE::Arg::parse_long_radix(const char* str, in parse_long_radix() function in re2::PCRE::Arg 881 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse in parse_short_radix() 905 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse in parse_int_radix()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.cc | 1139 bool RE2::Arg::parse_long_radix(const char* str, in GlobalReplace() function in re2::RE2::Arg 1184 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse in GlobalReplace() 1208 if (!parse_long_radix(str, n, &r, radix)) return false; // Could not parse in GlobalReplace()
|