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 D | eps_copy_input_stream.h | 165 UPB_INLINE bool upb_EpsCopyInputStream_CheckSize( in upb_EpsCopyInputStream_CheckSize() function
|
H A D | decode.c | 207 !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/ |
D | eps_copy_input_stream.h | 185 UPB_INLINE bool upb_EpsCopyInputStream_CheckSize( in upb_EpsCopyInputStream_CheckSize() function
|
D | decode_fast.c | 152 if (!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, len)) { in fastdecode_delimited() 642 if (UPB_UNLIKELY(!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, size))) { \
|
D | decode.c | 184 !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 D | decode_fast.c | 134 if (!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, len)) { in fastdecode_delimited() 626 if (UPB_UNLIKELY(!upb_EpsCopyInputStream_CheckSize(&d->input, ptr, size))) { \
|