Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:PUTVAL

6082 #define PUTVAL(type, ctype)                                                    \
6095 PUTVAL(int32, int32_t)
6096 PUTVAL(int64, int64_t)
6097 PUTVAL(uint32, uint32_t)
6098 PUTVAL(uint64, uint64_t)
6099 PUTVAL(float, float)
6100 PUTVAL(double, double)
6101 PUTVAL(bool, bool)
6102 #undef PUTVAL