Home
last modified time | relevance | path

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

/nanopb-2.7.6/examples/using_union_messages/
Ddecode.c52 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
/nanopb-2.7.6/
Dpb_decode.h193 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
Dpb_decode.c374 bool checkreturn pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function
502 if (!pb_close_string_substream(stream, &substream)) in decode_static_field()
715 if (!pb_close_string_substream(stream, &substream)) in decode_pointer_field()
763 if (!pb_close_string_substream(stream, &substream)) in decode_callback_field()
1158 if (!pb_close_string_substream(stream, &substream)) in pb_decode_ex()
1614 if (!pb_close_string_substream(stream, &substream)) in pb_dec_submessage()
/nanopb-2.7.6/spm_headers/nanopb/
Dpb_decode.h193 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/nanopb-2.7.6/tests/raw_decode/
Draw_decode.c169 pb_close_string_substream(stream, &substream); in raw_decode()
/nanopb-2.7.6/docs/
Dmigration.md316 **Changes:** `pb_close_string_substream` can now error and returns a
320 `pb_close_string_substream`.
Dreference.md956 #### pb_close_string_substream subsubsection
961 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);