Searched refs:encodeVarint32 (Results 1 – 2 of 2) sorted by relevance
87 ProtoIntegerType.SIGNED -> encodeVarint32(((number shl 1) xor (number shr 31))) in ByteArrayOutput()
208 fun encodeVarint32(value: Int) { in encodeVarint32() method