Home
last modified time | relevance | path

Searched refs:upb_vencode64 (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.int.h128 UPB_INLINE size_t upb_vencode64(uint64_t val, char *buf) { in upb_vencode64() function
143 return upb_vencode64(val, buf); in upb_varint_size()
149 size_t bytes = upb_vencode64(val, buf); in upb_vencode32()
Dencoder.c272 size_t lenbytes = upb_vencode64(s->msglen, buf); in end_delim()
306 tag->bytes = upb_vencode64((n << 3) | wt, tag->tag); in new_tag()
334 encoder_advance(e, upb_vencode64(val, e->ptr)); in doencode_varint()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc140 static size_t upb_vencode64(uint64_t val, char *buf) { in upb_vencode64() function
203 size_t len = upb_vencode64(x, buf); in varint()
/external/protobuf/php/ext/google/protobuf/
Dupb.h6854 UPB_INLINE size_t upb_vencode64(uint64_t val, char *buf) {
6869 return upb_vencode64(val, buf);
6875 size_t bytes = upb_vencode64(val, buf);
Dupb.c8070 size_t lenbytes = upb_vencode64(s->msglen, buf); in end_delim()
8104 tag->bytes = upb_vencode64((n << 3) | wt, tag->tag); in new_tag()
8132 encoder_advance(e, upb_vencode64(val, e->ptr)); in encode_varint()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h10154 UPB_INLINE size_t upb_vencode64(uint64_t val, char *buf) {
10169 return upb_vencode64(val, buf);
10175 size_t bytes = upb_vencode64(val, buf);
Dupb.c11840 size_t lenbytes = upb_vencode64(s->msglen, buf); in end_delim()
11874 tag->bytes = upb_vencode64((n << 3) | wt, tag->tag); in new_tag()
11903 encoder_advance(e, upb_vencode64(val, e->ptr)); in encode_varint()