Searched refs:_upb_Decoder_ReadString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/wire/ |
D | decode.c | 231 static const char* _upb_Decoder_ReadString(upb_Decoder* d, const char* ptr, in _upb_Decoder_ReadString() function 513 return _upb_Decoder_ReadString(d, ptr, val->size, str); in _upb_Decoder_DecodeToArray() 691 return _upb_Decoder_ReadString(d, ptr, val->size, mem); in _upb_Decoder_DecodeToSubMessage()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/ |
H A D | decode.c | 294 static const char* _upb_Decoder_ReadString(upb_Decoder* d, const char* ptr, in _upb_Decoder_ReadString() function 554 return _upb_Decoder_ReadString(d, ptr, val->size, str); in _upb_Decoder_DecodeToArray() 737 return _upb_Decoder_ReadString(d, ptr, val->size, mem); in _upb_Decoder_DecodeToSubMessage()
|