Home
last modified time | relevance | path

Searched refs:pb_close_string_substream (Results 1 – 9 of 9) sorted by relevance

/external/nanopb-c/
Dpb_decode.c382 bool checkreturn pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function
444 if (!pb_close_string_substream(stream, &substream)) in decode_static_field()
629 if (!pb_close_string_substream(stream, &substream)) in decode_pointer_field()
684 if (!pb_close_string_substream(stream, &substream)) in decode_callback_field()
1075 if (!pb_close_string_substream(stream, &substream)) in pb_decode_delimited_noinit()
1090 if (!pb_close_string_substream(stream, &substream)) in pb_decode_delimited()
1482 if (!pb_close_string_substream(stream, &substream)) in pb_dec_submessage()
Dpb_decode.h169 bool pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/external/grpc-grpc/third_party/nanopb/
Dpb_decode.c336 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) in pb_close_string_substream() function
387 pb_close_string_substream(stream, &substream); in decode_static_field()
571 pb_close_string_substream(stream, &substream); in decode_pointer_field()
625 pb_close_string_substream(stream, &substream); in decode_callback_field()
966 pb_close_string_substream(stream, &substream); in pb_decode_delimited()
1345 pb_close_string_substream(stream, &substream); in pb_dec_submessage()
Dpb_decode.h143 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/external/nanopb-c/examples/using_union_messages/
Ddecode.c53 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/
Ddecode.c53 pb_close_string_substream(stream, &substream); in decode_unionmessage_contents()
/external/nanopb-c/docs/
Dmigration.rst40 **Changes:** *pb_close_string_substream* can now error and returns a boolean.
43 *pb_close_string_substream*.
Dreference.rst770 pb_close_string_substream section in pb_decode.h
774 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst760 pb_close_string_substream section in pb_decode.h
764 void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream);