Home
last modified time | relevance | path

Searched refs:upb_decoderet_make (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.int.h65 UPB_INLINE upb_decoderet upb_decoderet_make(const char *p, uint64_t val) { in upb_decoderet_make() function
85 return upb_decoderet_make(_p + 1, *p & 0x7fU); \
87 r = upb_decoderet_make(_p + 2, (*p & 0x7fU) | ((*(p + 1) & 0x7fU) << 7)); \
/external/protobuf/php/ext/google/protobuf/
Dupb.h6792 UPB_INLINE upb_decoderet upb_decoderet_make(const char *p, uint64_t val) {
6812 return upb_decoderet_make(_p + 1, *p & 0x7fU); \
6814 r = upb_decoderet_make(_p + 2, (*p & 0x7fU) | ((*(p + 1) & 0x7fU) << 7)); \
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h10092 UPB_INLINE upb_decoderet upb_decoderet_make(const char *p, uint64_t val) {
10112 return upb_decoderet_make(_p + 1, *p & 0x7fU); \
10114 r = upb_decoderet_make(_p + 2, (*p & 0x7fU) | ((*(p + 1) & 0x7fU) << 7)); \