Searched refs:PB_UNUSED (Results 1 – 8 of 8) sorted by relevance
32 PB_UNUSED(ostream); in ListFilesResponse_callback()
33 PB_UNUSED(istream); in ListFilesResponse_callback()
626 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()
142 #ifndef PB_UNUSED143 #define PB_UNUSED(x) (void)(x) macro879 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream)
778 PB_UNUSED(field); in pb_enc_bool()
292 PB_UNUSED(expect_valid); /* Potentially unused depending on configuration */ in do_roundtrips()
485 - UNUSED(x) -> PB_UNUSED(x)