Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs144 public static FieldCodec<long> ForSInt64(uint tag) in ForSInt64() method in Google.Protobuf.FieldCodec
146 return FieldCodec.ForSInt64(tag, 0); in ForSInt64()
319 public static FieldCodec<long> ForSInt64(uint tag, long defaultValue) in ForSInt64() method in Google.Protobuf.FieldCodec
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs55 new FieldCodecTestData<long>(FieldCodec.ForSInt64(100), -1000, "SInt64"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs55 new FieldCodecTestData<long>(FieldCodec.ForSInt64(100), -1000, "SInt64"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs286 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8, 0L), pb::FieldCodec.ForSInt64(16, 0L), 50);
1376 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8, 0L), pb::FieldCodec.ForSInt64(16, 0L), 50);
H A DTestMessagesProto3.cs781 = pb::FieldCodec.ForSInt64(290);
994 = pb::FieldCodec.ForSInt64(642);
1137 = pb::FieldCodec.ForSInt64(752);
1280 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8, 0L), pb::FieldCodec.ForSInt64(16, 0L), 490);
H A DTestMessagesProto2.cs974 = pb::FieldCodec.ForSInt64(288);
1187 = pb::FieldCodec.ForSInt64(642);
1330 = pb::FieldCodec.ForSInt64(752);
1473 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8, 0L), pb::FieldCodec.ForSInt64(16, 0L), 490);
H A DUnittestCustomOptionsProto3.cs182 new pb::Extension<global::Google.Protobuf.Reflection.ServiceOptions, long>(7887650, pb::FieldCodec.ForSInt64(63101200, 0L));
198 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long>(7700863, pb::FieldCodec.ForSInt64(61606904, 0L));
H A DUnittestProto3.cs657 = pb::FieldCodec.ForSInt64(290);
7155 = pb::FieldCodec.ForSInt64(762);
7673 = pb::FieldCodec.ForSInt64(760);
H A DUnittest.cs767 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(6, pb::FieldCodec.ForSInt64(48, 0L));
822 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(36, pb::FieldCodec.ForSInt64(288));
875 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(66, pb::FieldCodec.ForSInt64(528, 46L));
930 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, long>(95, pb::FieldCodec.ForSInt64(762));
958 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions, long>(95, pb::FieldCodec.ForSInt64(760));
1864 = pb::FieldCodec.ForSInt64(288);
22741 = pb::FieldCodec.ForSInt64(762);
23259 = pb::FieldCodec.ForSInt64(760);
[all...]

Completed in 123 milliseconds