Home
last modified time | relevance | path

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

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs225 public void EncodeZigZag64() in EncodeZigZag64() method in Google.Protobuf.CodedOutputStreamTest
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs225 public void EncodeZigZag64() in EncodeZigZag64() method in Google.Protobuf.CodedOutputStreamTest
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs669 internal static ulong EncodeZigZag64(long n) in EncodeZigZag64() method in Google.Protobuf.CodedOutputStream