Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs375 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
385 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs114 …return new FieldCodec<int>(input => input.ReadSFixed32(), (output, value) => output.WriteSFixed32(… in ForSFixed32()
DCodedInputStream.cs626 public int ReadSFixed32() in ReadSFixed32() method in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3130 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1390 SingleSfixed32 = input.ReadSFixed32(); in MergeFrom()