Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_decoderet_make

7716 UPB_INLINE upb_decoderet upb_decoderet_make(const char *p, uint64_t val) {
7744 return upb_decoderet_make(_p + 1, *p & 0x7fU); \
7746 r = upb_decoderet_make(_p + 2, (*p & 0x7fU) | ((*(p + 1) & 0x7fU) << 7)); \