Searched refs:convfunc (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8113 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument 8117 upb_sink_put ## name(&d->top->sink, arg, (convfunc)(val)); \ in run_decoder_vm()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8824 #define PRIMITIVE_OP(type, wt, name, convfunc, ctype) \ in run_decoder_vm() argument 8828 upb_sink_put ## name(&d->top->sink, arg, (convfunc)(val)); \ in run_decoder_vm()
|