Home
last modified time | relevance | path

Searched refs:upb_EpsCopyInputStream_CheckSize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Deps_copy_input_stream.h165 UPB_INLINE bool upb_EpsCopyInputStream_CheckSize( in upb_EpsCopyInputStream_CheckSize() function
H A Ddecode.c207 !upb_EpsCopyInputStream_CheckSize(&d->input, ptr, (int)size64)) { in upb_Decoder_DecodeSize()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/
Deps_copy_input_stream.h185 UPB_INLINE bool upb_EpsCopyInputStream_CheckSize( in upb_EpsCopyInputStream_CheckSize() function
Ddecode_fast.c152 if (!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, len)) { in fastdecode_delimited()
642 if (UPB_UNLIKELY(!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, size))) { \
Ddecode.c184 !upb_EpsCopyInputStream_CheckSize(&d->input, ptr, (int)size64)) { in upb_Decoder_DecodeSize()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/internal/
H A Ddecode_fast.c134 if (!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, len)) { in fastdecode_delimited()
626 if (UPB_UNLIKELY(!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, size))) { \