Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs375 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
385 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs114 …return new FieldCodec<int>(input => input.ReadSFixed32(), (output, value) => output.WriteSFixed32(… in ForSFixed32()
DCodedInputStream.cs628 public int ReadSFixed32() in ReadSFixed32() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2969 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1328 SingleSfixed32 = input.ReadSFixed32(); in MergeFrom()