Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs144 …return new FieldCodec<long>(input => input.ReadSInt64(), (output, value) => output.WriteSInt64(val… in ForSInt64()
DCodedInputStream.cs652 public long ReadSInt64() in ReadSInt64() method in Google.Protobuf.CodedInputStream
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py89 def ReadSInt64(self): member in _MiniDecoder
92 ReadSInt32 = ReadSInt64
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2957 OptionalSint64 = input.ReadSInt64(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1316 SingleSint64 = input.ReadSInt64(); in MergeFrom()