Searched refs:RepeatedSfixed32 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 88 RepeatedSfixed32 = { -123, 123 }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 100 Assert.AreEqual(0, message.RepeatedSfixed32.Count); in DefaultValues() 191 RepeatedSfixed32 = { -123, 123 }, in RoundTrip_RepeatedValues() 483 RepeatedSfixed32 = { -123, 123 }, in CloneRepeatedNonMessageValues()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 393 …RepeatedSfixed32 []int32 `protobuf:"fixed32,39,rep,packed,name=repeate… member 718 return m.RepeatedSfixed32
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1175 public pbc::RepeatedField<int> RepeatedSfixed32 { property in Conformance.TestAllTypes
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 629 public pbc::RepeatedField<int> RepeatedSfixed32 { property in Google.Protobuf.TestProtos.TestAllTypes
|