Home
last modified time | relevance | path

Searched refs:upb_zzencode_64 (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c817 static uint64_t upb_zzencode_64(int64_t n) { return ((uint64_t)n << 1) ^ (n >> 63); } in upb_zzencode_64() function
964 CASE(int64_t, varint, UPB_WIRE_TYPE_VARINT, upb_zzencode_64(val)); in upb_encode_scalarfield()
1060 VARINT_CASE(int64_t, upb_zzencode_64(*ptr)); in upb_encode_array()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c760 static uint64_t upb_zzencode_64(int64_t n) { return ((uint64_t)n << 1) ^ (n >> 63); } in upb_zzencode_64() function
919 CASE(int64_t, varint, UPB_WIRE_TYPE_VARINT, upb_zzencode_64(val)); in upb_encode_scalarfield()
1015 VARINT_CASE(int64_t, upb_zzencode_64(*ptr)); in upb_encode_array()

Completed in 38 milliseconds