Searched refs:ForSInt32 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 49 new FieldCodecTestData<int>(FieldCodec.ForSInt32(100), -1000, "SInt32"),
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 260 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 42); 978 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 42);
|
D | UnittestProto3.cs | 591 = pb::FieldCodec.ForSInt32(282); 4648 = pb::FieldCodec.ForSInt32(754); 5008 = pb::FieldCodec.ForSInt32(752);
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 92 public static FieldCodec<int> ForSInt32(uint tag) in ForSInt32() method in Google.Protobuf.FieldCodec
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1137 = pb::FieldCodec.ForSInt32(282); 1329 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 482…
|