Searched refs:PB_UNUSED (Results 1 – 10 of 10) sorted by relevance
118 #define pb_release(fields, dest_struct) PB_UNUSED(fields); PB_UNUSED(dest_struct);
120 #ifndef PB_UNUSED121 #define PB_UNUSED(x) (void)(x) macro842 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream)
624 PB_UNUSED(wire_type); in decode_pointer_field()625 PB_UNUSED(field); in decode_pointer_field()
765 PB_UNUSED(field); in pb_enc_bool()
32 PB_UNUSED(ostream); in ListFilesResponse_callback()
33 PB_UNUSED(istream); in ListFilesResponse_callback()
292 PB_UNUSED(expect_valid); /* Potentially unused depending on configuration */ in do_roundtrips()
428 - UNUSED(x) -> PB_UNUSED(x)