Home
last modified time | relevance | path

Searched refs:ReadSInt64 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs682 public long ReadSInt64() in ReadSInt64() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs320 …return new FieldCodec<long>(input => input.ReadSInt64(), (output, value) => output.WriteSInt64(val… in ForSInt64()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py94 def ReadSInt64(self): member in _MiniDecoder
97 ReadSInt32 = ReadSInt64
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2938 OptionalSint64 = input.ReadSInt64(); in MergeFrom()
DUnittestProto3.cs1413 SingleSint64 = input.ReadSInt64(); in MergeFrom()