Home
last modified time | relevance | path

Searched refs:RepeatedSfixed32 (Results 1 – 4 of 4) 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/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