Searched refs:smalltype (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 1040 #define CASE(capitaltype, smalltype, ctype, min, max) \ in parse_number_from_buffer() argument 1045 upb_sink_put ## smalltype(p->top->sink, parser_getsel(p), \ in parse_number_from_buffer()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1038 #define CASE(capitaltype, smalltype, ctype, min, max) \ 1043 upb_sink_put ## smalltype(p->top->sink, parser_getsel(p), \
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9805 #define CASE(capitaltype, smalltype, ctype, min, max) \ in parse_number_from_buffer() argument 9810 upb_sink_put ## smalltype(p->top->sink, parser_getsel(p), \ in parse_number_from_buffer()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 13630 #define CASE(capitaltype, smalltype, ctype, min, max) \ in parse_number_from_buffer() argument 13635 upb_sink_put ## smalltype(&p->top->sink, parser_getsel(p), \ in parse_number_from_buffer()
|