Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs134 public static FieldCodec<long> ForInt64(uint tag) in ForInt64() method in Google.Protobuf.FieldCodec
136 return FieldCodec.ForInt64(tag, 0); in ForInt64()
308 public static FieldCodec<long> ForInt64(uint tag, long defaultValue) in ForInt64() method in Google.Protobuf.FieldCodec
534 { typeof(long), ForInt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireFormat.WireType.Varint)) },
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs54 new FieldCodecTestData<long>(FieldCodec.ForInt64(100), -1000, "Int64"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs54 new FieldCodecTestData<long>(FieldCodec.ForInt64(100), -1000, "Int64"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs246 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8, 0L), pb::FieldCodec.ForInt64(16, 0L), 18);
1336 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8, 0L), pb::FieldCodec.ForInt64(16, 0L), 18);
H A DTestMessagesProto3.cs741 = pb::FieldCodec.ForInt64(258);
954 = pb::FieldCodec.ForInt64(610);
1097 = pb::FieldCodec.ForInt64(720);
1240 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8, 0L), pb::FieldCodec.ForInt64(16, 0L), 458);
H A DTestMessagesProto2.cs934 = pb::FieldCodec.ForInt64(256);
1147 = pb::FieldCodec.ForInt64(610);
1290 = pb::FieldCodec.ForInt64(720);
1433 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8, 0L), pb::FieldCodec.ForInt64(16, 0L), 458);
H A DUnittestProto3.cs617 = pb::FieldCodec.ForInt64(258);
7115 = pb::FieldCodec.ForInt64(730);
7633 = pb::FieldCodec.ForInt64(728);
8170 = pb::FieldCodec.ForInt64(16378);
H A DUnittest.cs759 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(2, pb::FieldCodec.ForInt64(16, 0L));
814 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(32, pb::FieldCodec.ForInt64(256));
867 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(62, pb::FieldCodec.ForInt64(496, 42L));
922 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, long>(91, pb::FieldCodec.ForInt64(730));
950 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions, long>(91, pb::FieldCodec.ForInt64(728));
1824 = pb::FieldCodec.ForInt64(256);
22701 = pb::FieldCodec.ForInt64(730);
23219 = pb::FieldCodec.ForInt64(728);
24750 = pb::FieldCodec.ForInt64(16376);
[all...]
H A DUnittestCustomOptionsProto3.cs190 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long>(7705542, pb::FieldCodec.ForInt64(61644336, 0L));

Completed in 102 milliseconds