Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:encode_fixed32

9536 static bool encode_fixed32(upb_pb_encoder *e, uint32_t val) {
9624 T(float, float, flt2uint32, encode_fixed32)
9628 T(fixed32, uint32_t, uint32_t, encode_fixed32)
9633 T(sfixed32, int32_t, uint32_t, encode_fixed32)