Searched refs:pb_make_string_substream (Results 1 – 6 of 6) sorted by relevance
/nanopb-3.4.0/examples/using_union_messages/ |
D | decode.c | 48 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
|
/nanopb-3.4.0/ |
D | pb_decode.h | 186 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
D | pb_decode.c | 361 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/ |
D | pb_decode.h | 186 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
|
/nanopb-3.4.0/tests/raw_decode/ |
D | raw_decode.c | 142 if (!pb_make_string_substream(stream, &substream)) in raw_decode()
|
/nanopb-3.4.0/docs/ |
D | reference.md | 952 #### 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).
|