Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs94 …return new FieldCodec<int>(input => input.ReadSInt32(), (output, value) => output.WriteSInt32(valu… in ForSInt32()
DCodedInputStream.cs642 public int ReadSInt32() in ReadSInt32() method in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dreflection_test.py92 ReadSInt32 = ReadSInt64 variable in _MiniDecoder
2367 self.assertEqual(5, d.ReadSInt32())
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3114 OptionalSint32 = input.ReadSInt32(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1374 SingleSint32 = input.ReadSInt32(); in MergeFrom()