Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 5 of 5) sorted by relevance

/nanopb-3.4.0/tests/stackusage/
Dstackusage.proto37 uint32 flags = 3; field
/nanopb-3.4.0/tests/site_scons/platforms/avr/
Drun_test.c100 uint32_t flags = 0; in init_uart() local
/nanopb-3.4.0/
Dpb_decode.c989 …code_inner(pb_istream_t *stream, const pb_msgdesc_t *fields, void *dest_struct, unsigned int flags) in pb_decode_inner()
1153 …_decode_ex(pb_istream_t *stream, const pb_msgdesc_t *fields, void *dest_struct, unsigned int flags) in pb_decode_ex()
1619 unsigned int flags = 0; in pb_dec_submessage() local
Dpb_encode.c535 …de_ex(pb_ostream_t *stream, const pb_msgdesc_t *fields, const void *src_struct, unsigned int flags) in pb_encode_ex()
/nanopb-3.4.0/tests/fuzztest/
Dfuzztest.c65 …ffer, size_t msglen, size_t structsize, const pb_msgdesc_t *msgtype, unsigned flags, bool assert_s… in do_decode()