Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs88 RepeatedSfixed32 = { -123, 123 }, in CreateFullTestAllTypes()
DGeneratedMessageTest.cs100 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/
Dconformance.pb.go393RepeatedSfixed32 []int32 `protobuf:"fixed32,39,rep,packed,name=repeate… member
718 return m.RepeatedSfixed32
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1175 public pbc::RepeatedField<int> RepeatedSfixed32 { property in Conformance.TestAllTypes
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs629 public pbc::RepeatedField<int> RepeatedSfixed32 { property in Google.Protobuf.TestProtos.TestAllTypes