Searched refs:ForSInt64 (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldCodec.cs | 144 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 D | FieldCodecTest.cs | 55 new FieldCodecTestData<long>(FieldCodec.ForSInt64(100), -1000, "SInt64"),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldCodecTest.cs | 55 new FieldCodecTestData<long>(FieldCodec.ForSInt64(100), -1000, "SInt64"),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 286 = 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 D | TestMessagesProto3.cs | 781 = 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 D | TestMessagesProto2.cs | 974 = 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 D | UnittestCustomOptionsProto3.cs | 182 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 D | UnittestProto3.cs | 657 = pb::FieldCodec.ForSInt64(290); 7155 = pb::FieldCodec.ForSInt64(762); 7673 = pb::FieldCodec.ForSInt64(760);
|
H A D | Unittest.cs | 767 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