Searched refs:decode_tomsg (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 618 static const char *decode_tomsg(upb_decstate *d, const char *ptr, upb_msg *msg, in decode_tomsg() function 749 ptr = decode_tomsg(d, ptr, msg, layout, field, val, op); in decode_msg()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 566 static const char *decode_tomsg(upb_decstate *d, const char *ptr, upb_msg *msg, in decode_tomsg() function 692 ptr = decode_tomsg(d, ptr, msg, layout, field, val, op); in decode_msg()
|
Completed in 40 milliseconds