Home
last modified time | relevance | path

Searched refs:ForSFixed32 (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs50 new FieldCodecTestData<int>(FieldCodec.ForSFixed32(100), -1000, "SFixed32"),
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs420 Assert.AreEqual(15, list.CalculateSize(FieldCodec.ForSFixed32(tag))); in CalculateSize_FixedSizeNonPacked()
439 Assert.AreEqual(14, list.CalculateSize(FieldCodec.ForSFixed32(tag))); in CalculateSize_FixedSizePacked()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs296 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSFixed32(13), pb::FieldCodec.ForSFixed32(21)…
1014 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSFixed32(13), pb::FieldCodec.ForSFixed32(21)…
DUnittestProto3.cs627 = pb::FieldCodec.ForSFixed32(314);
4684 = pb::FieldCodec.ForSFixed32(786);
5044 = pb::FieldCodec.ForSFixed32(789);
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs112 public static FieldCodec<int> ForSFixed32(uint tag) in ForSFixed32() method in Google.Protobuf.FieldCodec
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1173 = pb::FieldCodec.ForSFixed32(314);
1365 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSFixed32(13), pb::FieldCodec.ForSFixed32(21)…