Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c816 static uint32_t upb_zzencode_32(int32_t n) { return ((uint32_t)n << 1) ^ (n >> 31); } in upb_zzencode_32() function
962 CASE(int32_t, varint, UPB_WIRE_TYPE_VARINT, upb_zzencode_32(val)); in upb_encode_scalarfield()
1058 VARINT_CASE(int32_t, upb_zzencode_32(*ptr)); in upb_encode_array()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c759 static uint32_t upb_zzencode_32(int32_t n) { return ((uint32_t)n << 1) ^ (n >> 31); } in upb_zzencode_32() function
917 CASE(int32_t, varint, UPB_WIRE_TYPE_VARINT, upb_zzencode_32(val)); in upb_encode_scalarfield()
1013 VARINT_CASE(int32_t, upb_zzencode_32(*ptr)); in upb_encode_array()

Completed in 33 milliseconds