Home
last modified time | relevance | path

Searched refs:pb_decode_delimited (Results 1 – 5 of 5) sorted by relevance

/external/nanopb-c/
Dpb_decode.h86 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
DCHANGELOG.txt46 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
Dpb_decode.c907 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct) in pb_decode_delimited() function
/external/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c298 pb_decode_delimited(&s, IntegerContainer_fields, &dest)) && in main()
/external/nanopb-c/docs/
Dreference.rst612 pb_decode_delimited section in pb_decode.h
616 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);