Searched refs:RepeatedUint32 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 105 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/ |
D | conformance.pb.go | 387 …RepeatedUint32 []uint32 `protobuf:"varint,33,rep,packed,name=repeated… member 676 return m.RepeatedUint32
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1121 public pbc::RepeatedField<uint> RepeatedUint32 { property in Conformance.TestAllTypes
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 575 public pbc::RepeatedField<uint> RepeatedUint32 { property in Google.Protobuf.TestProtos.TestAllTypes
|