Searched refs:ForSFixed64 (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldCodec.cs | 164 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 D | FieldCodecTest.cs | 56 new FieldCodecTestData<long>(FieldCodec.ForSFixed64(100), -1000, "SFixed64"),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldCodecTest.cs | 56 new FieldCodecTestData<long>(FieldCodec.ForSFixed64(100), -1000, "SFixed64"),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 326 = 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 D | TestMessagesProto3.cs | 821 = 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 D | TestMessagesProto2.cs | 1014 = 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 D | UnittestProto3.cs | 697 = pb::FieldCodec.ForSFixed64(322); 7195 = pb::FieldCodec.ForSFixed64(794); 7713 = pb::FieldCodec.ForSFixed64(793);
|
H A D | UnittestCustomOptionsProto3.cs | 206 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, long>(7685475, pb::FieldCodec.ForSFixed64(61483801, 0L));
|
H A D | Unittest.cs | 775 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 113 milliseconds