Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddecode.c319 if (d->end_group != DECODE_NOGROUP) decode_err(d); in decode_tosubmsg()
335 d->end_group = DECODE_NOGROUP; in decode_group()
679 state.end_group = DECODE_NOGROUP; in _upb_decode()
690 ok = state.end_group == DECODE_NOGROUP; in _upb_decode()
Ddecode.int.h17 #define DECODE_NOGROUP -1 macro
Ddecode_fast.c991 if (UPB_UNLIKELY(ptr == NULL || d->end_group != DECODE_NOGROUP)) { in fastdecode_submsg()