Searched refs:upb_vencode64 (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | varint.int.h | 128 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()
|
D | encoder.c | 272 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/ |
D | test_decoder.cc | 140 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/ |
D | upb.h | 6854 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);
|
D | upb.c | 8070 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/ |
D | upb.h | 10154 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);
|
D | upb.c | 11840 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()
|