Searched refs:ForSFixed32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 50 new FieldCodecTestData<int>(FieldCodec.ForSFixed32(100), -1000, "SFixed32"),
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | RepeatedFieldTest.cs | 420 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/ |
D | MapUnittestProto3.cs | 296 …= 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)…
|
D | UnittestProto3.cs | 627 = pb::FieldCodec.ForSFixed32(314); 4684 = pb::FieldCodec.ForSFixed32(786); 5044 = pb::FieldCodec.ForSFixed32(789);
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 112 public static FieldCodec<int> ForSFixed32(uint tag) in ForSFixed32() method in Google.Protobuf.FieldCodec
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1173 = pb::FieldCodec.ForSFixed32(314); 1365 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSFixed32(13), pb::FieldCodec.ForSFixed32(21)…
|