Searched refs:ForSInt64 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 54 new FieldCodecTestData<long>(FieldCodec.ForSInt64(100), -1000, "SInt64"),
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 269 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8), pb::FieldCodec.ForSInt64(16), 5… 987 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8), pb::FieldCodec.ForSInt64(16), 5…
|
D | UnittestProto3.cs | 600 = pb::FieldCodec.ForSInt64(290); 4657 = pb::FieldCodec.ForSInt64(762); 5017 = pb::FieldCodec.ForSInt64(760);
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 142 public static FieldCodec<long> ForSInt64(uint tag) in ForSInt64() method in Google.Protobuf.FieldCodec
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1146 = pb::FieldCodec.ForSInt64(290); 1338 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForSInt64(8), pb::FieldCodec.ForSInt64(16), 4…
|