Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs215 public void DecodeZigZag64() in DecodeZigZag64() method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs296 public void DecodeZigZag64() in DecodeZigZag64() method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs759 public static long DecodeZigZag64(ulong n) in DecodeZigZag64() method in Google.Protobuf.ParsingPrimitives