Home
last modified time | relevance | path

Searched refs:decode_verifyutf8_inl (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.int.h45 bool decode_verifyutf8_inl(const char *buf, int len) { in decode_verifyutf8_inl() function
Ddecode_fast.c656 if (!decode_verifyutf8_inl(dst->data, dst->size)) { in fastdecode_verifyutf8()
776 if (validate_utf8 && !decode_verifyutf8_inl(dst->data, dst->size)) { in fastdecode_copystring()
848 if (validate_utf8 && !decode_verifyutf8_inl(dst->data, dst->size)) { in fastdecode_string()
Ddecode.c173 if (!decode_verifyutf8_inl(buf, len)) decode_err(d); in decode_verifyutf8()