Home
last modified time | relevance | path

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

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