Searched refs:pb_encode_delimited (Results 1 – 5 of 5) sorted by relevance
72 bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);
46 Add pb_decode_delimited and pb_encode_delimited wrapper functions (issue 74)
376 bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct) in pb_encode_delimited() function
281 TEST(WRITES(pb_encode_delimited(&s, IntegerContainer_fields, &msg), in main()
419 pb_encode_delimited section in pb_encode.h423 … bool pb_encode_delimited(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);