Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs105 Assert.AreEqual(0, message.RepeatedUint32.Count); in DefaultValues()
196 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues()
488 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go387RepeatedUint32 []uint32 `protobuf:"varint,33,rep,packed,name=repeated… member
676 return m.RepeatedUint32
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1121 public pbc::RepeatedField<uint> RepeatedUint32 { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs575 public pbc::RepeatedField<uint> RepeatedUint32 { property in Google.Protobuf.TestProtos.TestAllTypes