Home
last modified time | relevance | path

Searched refs:RepeatedInt32 (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs83 RepeatedInt32 = { 100, 200 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs186 RepeatedInt32 = { 100, 200 }, in RoundTrip_RepeatedValues()
480 RepeatedInt32 = { 100, 200 }, in CloneRepeatedNonMessageValues()
DJsonFormatterTest.cs129 … JsonFormatter.Default.Format(new TestAllTypes { RepeatedInt32 = { 1, 2, 3, 4, 5 } })); in RepeatedField()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DFieldAccessTest.cs77 Assert.AreEqual(message.RepeatedInt32, list); in GetValue()
78 … Assert.AreEqual(message.RepeatedInt32[0], list[0]); // Just in case there was any doubt... in GetValue()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go385RepeatedInt32 []int32 `protobuf:"varint,31,rep,packed,name=repeated… member
662 return m.RepeatedInt32
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs557 public pbc::RepeatedField<int> RepeatedInt32 { property in Google.Protobuf.TestProtos.TestAllTypes
5339 public pbc::RepeatedField<int> RepeatedInt32 { property in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1103 public pbc::RepeatedField<int> RepeatedInt32 { property in Conformance.TestAllTypes