Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:getbytes

8506 UPB_FORCEINLINE static int32_t getbytes(upb_pbdecoder *d, void *buf,
8550 CHECK_RETURN(getbytes(d, &byte, 1));
8606 return getbytes(d, u32, 4);
8613 return getbytes(d, u64, 8);
8670 int32_t ok = getbytes(d, &data, read);