Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/
Dsink.h43 #define PUTVAL(type, ctype) \ macro
55 PUTVAL(int32, int32_t) in PUTVAL() function
56 PUTVAL(int64, int64_t) in PUTVAL()
57 PUTVAL(uint32, uint32_t) in PUTVAL()
58 PUTVAL(uint64, uint64_t) in PUTVAL()
59 PUTVAL(float, float) in PUTVAL()
60 PUTVAL(double, double) in PUTVAL()
61 PUTVAL(bool, bool) in PUTVAL()
62 #undef PUTVAL in PUTVAL()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5239 #define PUTVAL(type, ctype) \
5251 PUTVAL(int32, int32_t)
5252 PUTVAL(int64, int64_t)
5253 PUTVAL(uint32, uint32_t)
5254 PUTVAL(uint64, uint64_t)
5255 PUTVAL(float, float)
5256 PUTVAL(double, double)
5257 PUTVAL(bool, bool)
5258 #undef PUTVAL