Home
last modified time | relevance | path

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

/external/nanopb-c/
Dpb_decode.c317 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function
434 if (!pb_make_string_substream(stream, &substream)) in decode_static_field()
547 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field()
618 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field()
912 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited()
1163 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
Dpb_decode.h142 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/external/nanopb-c/examples/using_union_messages/
Ddecode.c49 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
/external/nanopb-c/docs/
Dreference.rst733 pb_make_string_substream section in pb_decode.h
737 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
747 Close the substream created with `pb_make_string_substream`_. ::