Home
last modified time | relevance | path

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

/external/nanopb-c/
Dpb_decode.c367 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function
428 if (!pb_make_string_substream(stream, &substream)) in decode_static_field()
590 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field()
675 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field()
1070 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited_noinit()
1085 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited()
1469 if (!pb_make_string_substream(stream, &substream)) in pb_dec_submessage()
Dpb_decode.h168 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c321 bool checkreturn pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_make_string_substream() function
374 if (!pb_make_string_substream(stream, &substream)) in decode_static_field()
532 if (!pb_make_string_substream(stream, &substream)) in decode_pointer_field()
616 if (!pb_make_string_substream(stream, &substream)) in decode_callback_field()
962 if (!pb_make_string_substream(stream, &substream)) in pb_decode_delimited()
1332 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/grpc-grpc/third_party/nanopb/examples/using_union_messages/
Ddecode.c49 if (!pb_make_string_substream(stream, &substream)) in decode_unionmessage_contents()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst748 pb_make_string_substream section in pb_decode.h
752 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
762 Close the substream created with `pb_make_string_substream`_. ::
/external/nanopb-c/docs/
Dreference.rst758 pb_make_string_substream section in pb_decode.h
762 bool pb_make_string_substream(pb_istream_t *stream, pb_istream_t *substream);
772 Close the substream created with `pb_make_string_substream`_. ::