Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs94 …return new FieldCodec<int>(input => input.ReadSInt32(), (output, value) => output.WriteSInt32(valu… in ForSInt32()
DCodedInputStream.cs644 public int ReadSInt32() in ReadSInt32() method in Google.Protobuf.CodedInputStream
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py92 ReadSInt32 = ReadSInt64 variable in _MiniDecoder
2366 self.assertEqual(5, d.ReadSInt32())
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2953 OptionalSint32 = input.ReadSInt32(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1312 SingleSint32 = input.ReadSInt32(); in MergeFrom()