Home
last modified time | relevance | path

Searched refs:pb_decode_noinit (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/third_party/nanopb/
Dpb_decode.h80 bool pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
Dpb_decode.c840 bool checkreturn pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struc… in pb_decode_noinit() function
947 status = pb_decode_noinit(stream, fields, dest_struct); in pb_decode()
1343 status = pb_decode_noinit(&substream, submsg_fields, dest); in pb_dec_submessage()
/external/nanopb-c/
Dpb_decode.h80 bool pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
Dpb_decode.c901 bool checkreturn pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struc… in pb_decode_noinit() function
1055 status = pb_decode_noinit(stream, fields, dest_struct); in pb_decode()
1073 status = pb_decode_noinit(&substream, fields, dest_struct); in pb_decode_delimited_noinit()
1480 status = pb_decode_noinit(&substream, submsg_fields, dest); in pb_dec_submessage()
/external/nanopb-c/docs/
Dreference.rst640 pb_decode_noinit section in pb_decode.h
644 bool pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
Dconcepts.rst382 at runtime. If this is not desired, `pb_decode_noinit()` can be used instead.
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst630 pb_decode_noinit section in pb_decode.h
634 bool pb_decode_noinit(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);