Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs164 public static FieldCodec<long> ForSFixed64(uint tag) in ForSFixed64() method in Google.Protobuf.FieldCodec
166 return FieldCodec.ForSFixed64(tag, 0); in ForSFixed64()
341 public static FieldCodec<long> ForSFixed64(uint tag, long defaultValue) in ForSFixed64() method in Google.Protobuf.FieldCodec
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs56 new FieldCodecTestData<long>(FieldCodec.ForSFixed64(100), -1000, "SFixed64"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs56 new FieldCodecTestData<long>(FieldCodec.ForSFixed64(100), -1000, "SFixed64"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DMapUnittestProto3.cs326 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSFixed64(9, 0L), pb::FieldCodec.ForSFixed64(17, 0L), 82);
1416 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSFixed64(9, 0L), pb::FieldCodec.ForSFixed64(17, 0L), 82);
H A DTestMessagesProto3.cs821 = pb::FieldCodec.ForSFixed64(322);
1034 = pb::FieldCodec.ForSFixed64(674);
1177 = pb::FieldCodec.ForSFixed64(785);
1320 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSFixed64(9, 0L), pb::FieldCodec.ForSFixed64(17, 0L), 522);
H A DTestMessagesProto2.cs1014 = pb::FieldCodec.ForSFixed64(321);
1227 = pb::FieldCodec.ForSFixed64(674);
1370 = pb::FieldCodec.ForSFixed64(785);
1513 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSFixed64(9, 0L), pb::FieldCodec.ForSFixed64(17, 0L), 522);
H A DUnittestProto3.cs697 = pb::FieldCodec.ForSFixed64(322);
7195 = pb::FieldCodec.ForSFixed64(794);
7713 = pb::FieldCodec.ForSFixed64(793);
H A DUnittestCustomOptionsProto3.cs206 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long>(7685475, pb::FieldCodec.ForSFixed64(61483801, 0L));
H A DUnittest.cs775 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(10, pb::FieldCodec.ForSFixed64(81, 0L));
830 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(40, pb::FieldCodec.ForSFixed64(321));
883 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, long>(70, pb::FieldCodec.ForSFixed64(561, -50L));
938 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, long>(99, pb::FieldCodec.ForSFixed64(794));
966 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestUnpackedExtensions, long>(99, pb::FieldCodec.ForSFixed64(793));
1904 = pb::FieldCodec.ForSFixed64(321);
22781 = pb::FieldCodec.ForSFixed64(794);
23299 = pb::FieldCodec.ForSFixed64(793);
[all...]

Completed in 84 milliseconds