Home
last modified time | relevance | path

Searched defs:EncodeZigZag32 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs212 public void EncodeZigZag32() in EncodeZigZag32() method in Google.Protobuf.CodedOutputStreamTest
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs645 internal static uint EncodeZigZag32(int n) in EncodeZigZag32() method in Google.Protobuf.CodedOutputStream