Home
last modified time | relevance | path

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

/nanopb-3.4.0/examples/network_server/
Dclient.c32 PB_UNUSED(ostream); in ListFilesResponse_callback()
Dserver.c33 PB_UNUSED(istream); in ListFilesResponse_callback()
/nanopb-3.4.0/
Dpb_decode.c626 PB_UNUSED(wire_type); in decode_pointer_field()
627 PB_UNUSED(field); in decode_pointer_field()
1338 PB_UNUSED(fields); in pb_release()
1339 PB_UNUSED(dest_struct); in pb_release()
Dpb.h142 #ifndef PB_UNUSED
143 #define PB_UNUSED(x) (void)(x) macro
879 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream)
Dpb_encode.c778 PB_UNUSED(field); in pb_enc_bool()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h142 #ifndef PB_UNUSED
143 #define PB_UNUSED(x) (void)(x) macro
879 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream)
/nanopb-3.4.0/tests/fuzztest/
Dfuzztest.c292 PB_UNUSED(expect_valid); /* Potentially unused depending on configuration */ in do_roundtrips()
/nanopb-3.4.0/docs/
Dmigration.md485 - UNUSED(x) -> PB_UNUSED(x)