Searched refs:getbytes (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 7290 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf, in getbytes() function 7334 CHECK_RETURN(getbytes(d, &byte, 1)); in upb_pbdecoder_decode_varint_slow() 7390 return getbytes(d, u32, 4); in decode_fixed32() 7397 return getbytes(d, u64, 8); in decode_fixed64() 7454 int32_t ok = getbytes(d, &data, read); in upb_pbdecoder_checktag_slow()
|
Completed in 38 milliseconds