Lines Matching refs:msg1
19 DefaultSizes msg1 = DefaultSizes_init_zero; \
22 msg1.req_int8 = int8; \
23 msg1.req_uint8 = uint8; \
24 msg1.req_sint8 = sint8; \
25 msg1.req_int16 = int16; \
26 msg1.req_uint16 = uint16; \
27 msg1.req_sint16 = sint16; \
28 msg1.req_int32 = int32; \
29 msg1.req_uint32 = uint32; \
30 msg1.req_sint32 = sint32; \
31 msg1.req_int64 = int64; \
32 msg1.req_uint64 = uint64; \
33 msg1.req_sint64 = sint64; \
37 TEST(pb_encode(&s, DefaultSizes_fields, &msg1)); \