Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs76 RepeatedFixed32 = { UInt32.MaxValue, 23 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs90 Assert.AreEqual(0, message.RepeatedFixed32.Count); in DefaultValues()
179 RepeatedFixed32 = { uint.MaxValue, 23 }, in RoundTrip_RepeatedValues()
477 RepeatedFixed32 = { uint.MaxValue, 23 }, in CloneRepeatedNonMessageValues()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go391RepeatedFixed32 []uint32 `protobuf:"fixed32,37,rep,packed,name=repeate… member
704 return m.RepeatedFixed32
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs611 public pbc::RepeatedField<uint> RepeatedFixed32 { property in Google.Protobuf.TestProtos.TestAllTypes
5327 public pbc::RepeatedField<uint> RepeatedFixed32 { property in Google.Protobuf.TestProtos.TestRepeatedScalarDifferentTagSizes
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1157 public pbc::RepeatedField<uint> RepeatedFixed32 { property in Conformance.TestAllTypes