Searched refs:pb_encode_delimited (Results 1 – 14 of 14) sorted by relevance
/external/grpc-grpc/third_party/nanopb/ |
D | pb_encode.h | 72 bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);
|
D | pb_encode.c | 396 bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct) in pb_encode_delimited() function
|
D | CHANGELOG.txt | 143 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
|
/external/nanopb-c/ |
D | pb_encode.h | 72 bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);
|
D | pb_encode.c | 518 bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct) in pb_encode_delimited() function
|
D | CHANGELOG.txt | 204 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
|
/external/nanopb-c/examples/network_server/ |
D | client.c | 73 if (!pb_encode_delimited(&output, ListFilesRequest_fields, &request)) in listdir()
|
D | server.c | 105 if (!pb_encode_delimited(&output, ListFilesResponse_fields, &response)) in handle_connection()
|
/external/grpc-grpc/third_party/nanopb/tests/encode_unittests/ |
D | encode_unittests.c | 282 TEST(WRITES(pb_encode_delimited(&s, IntegerContainer_fields, &msg), in main()
|
/external/nanopb-c/tests/encode_unittests/ |
D | encode_unittests.c | 282 TEST(WRITES(pb_encode_delimited(&s, IntegerContainer_fields, &msg), in main()
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 442 pb_encode_delimited section in pb_encode.h 446 … bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);
|
D | concepts.rst | 375 1. Functions *pb_encode_delimited* and *pb_decode_delimited* prefix the message data with a varint-…
|
/external/nanopb-c/docs/ |
D | reference.rst | 452 pb_encode_delimited section in pb_encode.h 456 … bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);
|
D | concepts.rst | 400 1. Functions *pb_encode_delimited* and *pb_decode_delimited* prefix the message data with a varint-…
|