Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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()