Home
last modified time | relevance | path

Searched refs:pb_decode_delimited (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/third_party/nanopb/
Dpb_decode.h86 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
DCHANGELOG.txt143 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
Dpb_decode.c957 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct) in pb_decode_delimited() function
/external/nanopb-c/examples/network_server/
Dclient.c89 if (!pb_decode_delimited(&input, ListFilesResponse_fields, &response)) in listdir()
Dserver.c73 if (!pb_decode_delimited(&input, ListFilesRequest_fields, &request)) in handle_connection()
/external/nanopb-c/
Dpb_decode.h86 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
DCHANGELOG.txt204 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
Dpb_decode.c1080 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct) in pb_decode_delimited() function
/external/grpc-grpc/third_party/nanopb/tests/decode_unittests/
Ddecode_unittests.c314 pb_decode_delimited(&s, IntegerContainer_fields, &dest)) && in main()
/external/nanopb-c/tests/decode_unittests/
Ddecode_unittests.c369 pb_decode_delimited(&s, IntegerContainer_fields, &dest)) && in main()
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst646 pb_decode_delimited section in pb_decode.h
650 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
Dconcepts.rst375 1. Functions *pb_encode_delimited* and *pb_decode_delimited* prefix the message data with a varint-…
/external/nanopb-c/docs/
Dreference.rst656 pb_decode_delimited section in pb_decode.h
660 bool pb_decode_delimited(pb_istream_t *stream, const pb_field_t fields[], void *dest_struct);
Dconcepts.rst400 1. Functions *pb_encode_delimited* and *pb_decode_delimited* prefix the message data with a varint-…