Home
last modified time | relevance | path

Searched refs:encodeVarint32 (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufWriter.kt87 ProtoIntegerType.SIGNED -> encodeVarint32(((number shl 1) xor (number shr 31))) in ByteArrayOutput()
DStreams.kt208 fun encodeVarint32(value: Int) { in encodeVarint32() method