Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c324 static bool doencode_fixed32(upb_pb_encoder *e, uint32_t val) { in doencode_fixed32() function
418 T(float, float, flt2uint32, doencode_fixed32) in T()
422 T(fixed32, uint32_t, uint32_t, doencode_fixed32) in T()
427 T(sfixed32, int32_t, uint32_t, doencode_fixed32) in T()