Home
last modified time | relevance | path

Searched refs:ForSInt32 (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs94 public static FieldCodec<int> ForSInt32(uint tag) in ForSInt32() method in Google.Protobuf.FieldCodec
96 return FieldCodec.ForSInt32(tag, 0); in ForSInt32()
264 public static FieldCodec<int> ForSInt32(uint tag, int defaultValue) in ForSInt32() method in Google.Protobuf.FieldCodec
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs50 new FieldCodecTestData<int>(FieldCodec.ForSInt32(100), -1000, "SInt32"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs50 new FieldCodecTestData<int>(FieldCodec.ForSInt32(100), -1000, "SInt32"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs276 = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8, 0), pb::FieldCodec.ForSInt32(16, 0), 42);
1366 = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8, 0), pb::FieldCodec.ForSInt32(16, 0), 42);
H A DTestMessagesProto3.cs771 = pb::FieldCodec.ForSInt32(282);
984 = pb::FieldCodec.ForSInt32(634);
1127 = pb::FieldCodec.ForSInt32(744);
1270 = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8, 0), pb::FieldCodec.ForSInt32(16, 0), 482);
H A DTestMessagesProto2.cs964 = pb::FieldCodec.ForSInt32(280);
1177 = pb::FieldCodec.ForSInt32(634);
1320 = pb::FieldCodec.ForSInt32(744);
1463 = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8, 0), pb::FieldCodec.ForSInt32(16, 0), 482);
H A DUnittestProto3.cs647 = pb::FieldCodec.ForSInt32(282);
7145 = pb::FieldCodec.ForSInt32(754);
7663 = pb::FieldCodec.ForSInt32(752);
H A DUnittest.cs765 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, int>(5, pb::FieldCodec.ForSInt32(40, 0));
820 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, int>(35, pb::FieldCodec.ForSInt32(280));
873 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, int>(65, pb::FieldCodec.ForSInt32(520, -45));
928 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, int>(94, pb::FieldCodec.ForSInt32(754));
956 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions, int>(94, pb::FieldCodec.ForSInt32(752));
1854 = pb::FieldCodec.ForSInt32(280);
22731 = pb::FieldCodec.ForSInt32(754);
23249 = pb::FieldCodec.ForSInt32(752);
24189 = pb::FieldCodec.ForSInt32(16050);
[all...]
H A DUnittestCustomOptionsProto3.cs196 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, int>(7701568, pb::FieldCodec.ForSInt32(61612544, 0));

Completed in 88 milliseconds