Home
last modified time | relevance | path

Searched refs:RepeatedSint32 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs90 RepeatedSint32 = { -456, 100 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs102 Assert.AreEqual(0, message.RepeatedSint32.Count); in DefaultValues()
193 RepeatedSint32 = { -456, 100 }, in RoundTrip_RepeatedValues()
485 RepeatedSint32 = { -456, 100 }, in CloneRepeatedNonMessageValues()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go389RepeatedSint32 []int32 `protobuf:"zigzag32,35,rep,packed,name=repeat… member
690 return m.RepeatedSint32
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1139 public pbc::RepeatedField<int> RepeatedSint32 { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs593 public pbc::RepeatedField<int> RepeatedSint32 { property in Google.Protobuf.TestProtos.TestAllTypes