Home
last modified time | relevance | path

Searched refs:PB_UNUSED (Results 1 – 10 of 10) sorted by relevance

/nanopb-2.7.6/
Dpb_decode.h118 #define pb_release(fields, dest_struct) PB_UNUSED(fields); PB_UNUSED(dest_struct);
Dpb.h120 #ifndef PB_UNUSED
121 #define PB_UNUSED(x) (void)(x) macro
842 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream)
Dpb_decode.c624 PB_UNUSED(wire_type); in decode_pointer_field()
625 PB_UNUSED(field); in decode_pointer_field()
Dpb_encode.c765 PB_UNUSED(field); in pb_enc_bool()
/nanopb-2.7.6/spm_headers/nanopb/
Dpb_decode.h118 #define pb_release(fields, dest_struct) PB_UNUSED(fields); PB_UNUSED(dest_struct);
Dpb.h120 #ifndef PB_UNUSED
121 #define PB_UNUSED(x) (void)(x) macro
842 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream)
/nanopb-2.7.6/examples/network_server/
Dclient.c32 PB_UNUSED(ostream); in ListFilesResponse_callback()
Dserver.c33 PB_UNUSED(istream); in ListFilesResponse_callback()
/nanopb-2.7.6/tests/fuzztest/
Dfuzztest.c292 PB_UNUSED(expect_valid); /* Potentially unused depending on configuration */ in do_roundtrips()
/nanopb-2.7.6/docs/
Dmigration.md428 - UNUSED(x) -> PB_UNUSED(x)