Home
last modified time | relevance | path

Searched refs:pb_make_string_substream (Results 1 – 6 of 6) sorted by relevance

/nanopb-3.4.0/examples/using_union_messages/
Ddecode.c48 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
/nanopb-3.4.0/
Dpb_decode.h186 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
Dpb_decode.c361 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function
488 if (!pb_make_string_substream(stream, &substream)) in decode_static_field()
674 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field()
761 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field()
1164 if (!pb_make_string_substream(stream, &substream)) in pb_decode_ex()
1592 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb_decode.h186 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/nanopb-3.4.0/tests/raw_decode/
Draw_decode.c142 if (!pb_make_string_substream(stream, &substream)) in raw_decode()
/nanopb-3.4.0/docs/
Dreference.md952 #### pb_make_string_substream subsubsection
957 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
972 [pb_make_string_substream](#pb_make_string_substream).