Home
last modified time | relevance | path

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

/nanopb-2.7.6/examples/using_union_messages/
Ddecode.c48 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
/nanopb-2.7.6/
Dpb_decode.h192 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
Dpb_decode.c359 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function
486 if (!pb_make_string_substream(stream, &substream)) in decode_static_field()
672 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field()
753 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field()
1153 if (!pb_make_string_substream(stream, &substream)) in pb_decode_ex()
1574 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
/nanopb-2.7.6/spm_headers/nanopb/
Dpb_decode.h192 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/nanopb-2.7.6/tests/raw_decode/
Draw_decode.c142 if (!pb_make_string_substream(stream, &substream)) in raw_decode()
/nanopb-2.7.6/docs/
Dreference.md939 #### pb_make_string_substream subsubsection
944 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
959 [pb_make_string_substream](#pb_make_string_substream).