Searched refs:ForSInt32 (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 50 new FieldCodecTestData<int>(FieldCodec.ForSInt32(100), -1000, "SInt32"),
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 92 public static FieldCodec<int> ForSInt32(uint tag) in ForSInt32() method in Google.Protobuf.FieldCodec
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 268 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 42); 1059 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 42);
|
D | UnittestProto3.cs | 621 = pb::FieldCodec.ForSInt32(282); 5074 = pb::FieldCodec.ForSInt32(754); 5461 = pb::FieldCodec.ForSInt32(752);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1206 = pb::FieldCodec.ForSInt32(282); 1419 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForSInt32(8), pb::FieldCodec.ForSInt32(16), 482…
|