Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs215 public void DecodeZigZag64() in DecodeZigZag64() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs916 internal static long DecodeZigZag64(ulong n) in DecodeZigZag64() method in Google.Protobuf.CodedInputStream