Home
last modified time | relevance | path

Searched refs:_upb_Decoder_CreateArray (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/
Ddecode.c450 upb_Array* _upb_Decoder_CreateArray(upb_Decoder* d, in _upb_Decoder_CreateArray() function
493 arr = _upb_Decoder_CreateArray(d, field); in _upb_Decoder_DecodeToArray()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/wire/
H A Ddecode.c511 static upb_Array* _upb_Decoder_CreateArray(upb_Decoder* d, in _upb_Decoder_CreateArray() function
532 arr = _upb_Decoder_CreateArray(d, field); in _upb_Decoder_DecodeToArray()