Home
last modified time | relevance | path

Searched refs:ReadSFixed32 (Results 1 - 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs274 public int ReadSFixed32() in ReadSFixed32() method
H A DCodedInputStream.cs495 public int ReadSFixed32() in ReadSFixed32() method in Google.Protobuf.CodedInputStream
H A DFieldCodec.cs288 return new FieldCodec<int>((ref ParseContext ctx) => ctx.ReadSFixed32(), (ref WriteContext output, int value) => output.WriteSFixed32(value), 4, tag, defaultValue); in ForSFixed32()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs375 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
385 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedOutputStreamTest.cs469 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
479 Assert.AreEqual(501, cin.ReadSFixed32()); in TestCodedInputOutputPosition()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs1004 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
1108 OptionalSfixed32 = input.ReadSFixed32(); in IBufferMessage.InternalMergeFrom()
H A DTestMessagesProto3.cs3780 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
4493 OptionalSfixed32 = input.ReadSFixed32(); in IBufferMessage.InternalMergeFrom()
H A DTestMessagesProto2.cs3647 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
4196 OptionalSfixed32 = input.ReadSFixed32(); in IBufferMessage.InternalMergeFrom()
H A DUnittestProto3.cs1571 SingleSfixed32 = input.ReadSFixed32(); in MergeFrom()
1810 SingleSfixed32 = input.ReadSFixed32(); in IBufferMessage.InternalMergeFrom()
H A DUnittest.cs3730 OptionalSfixed32 = input.ReadSFixed32(); in MergeFrom()
3968 DefaultSfixed32 = input.ReadSFixed32(); in MergeFrom()
4083 OptionalSfixed32 = input.ReadSFixed32(); in IBufferMessage.InternalMergeFrom()
4321 DefaultSfixed32 = input.ReadSFixed32(); in IBufferMessage.InternalMergeFrom()
[all...]

Completed in 76 milliseconds