Home
last modified time | relevance | path

Searched refs:decode_msg (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c333 static const char *decode_msg(upb_decstate *d, const char *ptr, upb_msg *msg,
466 decode_msg(d, val.data, submsg, subl); in decode_tosubmsg()
476 ptr = decode_msg(d, ptr, submsg, subl); in decode_group()
675 static const char *decode_msg(upb_decstate *d, const char *ptr, upb_msg *msg, in decode_msg() function
783 decode_msg(&state, buf, msg, l); in upb_decode()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c318 static const char *decode_msg(upb_decstate *d, const char *ptr, upb_msg *msg,
417 decode_msg(d, val.data, submsg, subl); in decode_tosubmsg()
427 ptr = decode_msg(d, ptr, submsg, subl); in decode_group()
618 static const char *decode_msg(upb_decstate *d, const char *ptr, upb_msg *msg, in decode_msg() function
726 decode_msg(&state, buf, msg, l); in upb_decode()

Completed in 32 milliseconds