Home
last modified time | relevance | path

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 Deps_copy_input_stream.h274 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 Ddecode.c439 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/
Deps_copy_input_stream.h294 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()
Ddecode.c382 ptr = upb_EpsCopyInputStream_Copy(&d->input, ptr, mem, val->size); in _upb_Decoder_DecodeFixedPacked()