Searched refs:RepeatedFixed32 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 76 RepeatedFixed32 = { UInt32.MaxValue, 23 }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 90 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/ |
D | conformance.pb.go | 391 …RepeatedFixed32 []uint32 `protobuf:"fixed32,37,rep,packed,name=repeate… member 704 return m.RepeatedFixed32
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 611 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/ |
D | Conformance.cs | 1157 public pbc::RepeatedField<uint> RepeatedFixed32 { property in Conformance.TestAllTypes
|