Searched refs:PUTVAL (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | sink.h | 43 #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()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 5678 #define PUTVAL(type, ctype) \ 5690 PUTVAL(int32, int32_t) 5691 PUTVAL(int64, int64_t) 5692 PUTVAL(uint32, uint32_t) 5693 PUTVAL(uint64, uint64_t) 5694 PUTVAL(float, float) 5695 PUTVAL(double, double) 5696 PUTVAL(bool, bool) 5697 #undef PUTVAL
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6348 #define PUTVAL(type, ctype) \ 6361 PUTVAL(int32, int32_t) 6362 PUTVAL(int64, int64_t) 6363 PUTVAL(uint32, uint32_t) 6364 PUTVAL(uint64, uint64_t) 6365 PUTVAL(float, float) 6366 PUTVAL(double, double) 6367 PUTVAL(bool, bool) 6368 #undef PUTVAL
|