Searched defs:fields (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/tools/nanopb/
H A Dpb_encode.c465 pb_encode(pb_ostream_t *stream, const pb_msgdesc_t *fields, const void *src_struct) argument
489 pb_encode_ex(pb_ostream_t *stream, const pb_msgdesc_t *fields, const void *src_struct, unsigned int flags) argument
510 pb_get_encoded_size(size_t *size, const pb_msgdesc_t *fields, const void *src_struct) argument
664 pb_encode_submessage(pb_ostream_t *stream, const pb_msgdesc_t *fields, const void *src_struct) argument
[all...]
H A Dpb_decode.c910 static bool checkreturn pb_decode_inner(pb_istream_t *stream, const pb_msgdesc_t *fields, void *dest_struct, unsigned int flags) argument
1074 bool checkreturn pb_decode_ex(pb_istream_t *stream, const pb_msgdesc_t *fields, voi argument
1113 pb_decode(pb_istream_t *stream, const pb_msgdesc_t *fields, void *dest_struct) argument
1234 pb_release(const pb_msgdesc_t *fields, void *dest_struct) argument
[all...]

Completed in 26 milliseconds