Home
last modified time | relevance | path

Searched defs:DecodeZigZag32 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs202 public void DecodeZigZag32() in DecodeZigZag32() method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs283 public void DecodeZigZag32() in DecodeZigZag32() method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs745 public static int DecodeZigZag32(uint n) in DecodeZigZag32() method in Google.Protobuf.ParsingPrimitives