Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs674 public int ReadSInt32() in ReadSInt32() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs265 …return new FieldCodec<int>(input => input.ReadSInt32(), (output, value) => output.WriteSInt32(valu… in ForSInt32()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py97 ReadSInt32 = ReadSInt64 variable in _MiniDecoder
2576 self.assertEqual(5, d.ReadSInt32())
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2934 OptionalSint32 = input.ReadSInt32(); in MergeFrom()
DUnittestProto3.cs1409 SingleSint32 = input.ReadSInt32(); in MergeFrom()