Home
last modified time | relevance | path

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

/nanopb-3.4.0/examples/using_union_messages/
Ddecode.c52 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
/nanopb-3.4.0/
Dpb_decode.h187 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
Dpb_decode.c376 bool checkreturn pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function
504 if (!pb_close_string_substream(stream, &substream)) in decode_static_field()
723 if (!pb_close_string_substream(stream, &substream)) in decode_pointer_field()
774 if (!pb_close_string_substream(stream, &substream)) in decode_callback_field()
1169 if (!pb_close_string_substream(stream, &substream)) in pb_decode_ex()
1632 if (!pb_close_string_substream(stream, &substream)) in pb_dec_submessage()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb_decode.h187 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/nanopb-3.4.0/tests/raw_decode/
Draw_decode.c169 pb_close_string_substream(stream, &substream); in raw_decode()
/nanopb-3.4.0/docs/
Dmigration.md373 **Changes:** `pb_close_string_substream` can now error and returns a
377 `pb_close_string_substream`.
Dreference.md969 #### pb_close_string_substream subsubsection
974 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);