Searched refs:upb_EpsCopyInputStream_Copy (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/ |
H A D | eps_copy_input_stream.h | 274 UPB_INLINE const char* upb_EpsCopyInputStream_Copy(upb_EpsCopyInputStream* e, in upb_EpsCopyInputStream_Copy() function 302 const char* ret = upb_EpsCopyInputStream_Copy(e, *ptr, data, size); in upb_EpsCopyInputStream_ReadString()
|
H A D | decode.c | 439 ptr = upb_EpsCopyInputStream_Copy(&d->input, ptr, mem, val->size); in _upb_Decoder_DecodeFixedPacked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | eps_copy_input_stream.h | 294 UPB_INLINE const char* upb_EpsCopyInputStream_Copy(upb_EpsCopyInputStream* e, in upb_EpsCopyInputStream_Copy() function 322 const char* ret = upb_EpsCopyInputStream_Copy(e, *ptr, data, size); in upb_EpsCopyInputStream_ReadString()
|
D | decode.c | 382 ptr = upb_EpsCopyInputStream_Copy(&d->input, ptr, mem, val->size); in _upb_Decoder_DecodeFixedPacked()
|