Searched refs:RepeatedNestedEnum (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 85 … RepeatedNestedEnum = { TestAllTypes.Types.NestedEnum.Foo, TestAllTypes.Types.NestedEnum.Neg }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 97 Assert.AreEqual(0, message.RepeatedNestedEnum.Count); in DefaultValues() 188 … RepeatedNestedEnum = { TestAllTypes.Types.NestedEnum.Foo, TestAllTypes.Types.NestedEnum.Neg }, in RoundTrip_RepeatedValues() 482 … RepeatedNestedEnum = { TestAllTypes.Types.NestedEnum.Foo, TestAllTypes.Types.NestedEnum.Neg }, in CloneRepeatedNonMessageValues()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 85 … RepeatedNestedEnum = { TestAllTypes.Types.NestedEnum.Foo, TestAllTypes.Types.NestedEnum.Neg }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 97 Assert.AreEqual(0, message.RepeatedNestedEnum.Count); in DefaultValues() 188 … RepeatedNestedEnum = { TestAllTypes.Types.NestedEnum.Foo, TestAllTypes.Types.NestedEnum.Neg }, in RoundTrip_RepeatedValues() 482 … RepeatedNestedEnum = { TestAllTypes.Types.NestedEnum.Foo, TestAllTypes.Types.NestedEnum.Neg }, in CloneRepeatedNonMessageValues()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | TestMessagesProto3.cs | 851 …Field<global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedEnum> RepeatedNestedEnum { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
|
D | UnittestProto3.cs | 786 …epeatedField<global::Google.Protobuf.TestProtos.TestAllTypes.Types.NestedEnum> RepeatedNestedEnum { property in Google.Protobuf.TestProtos.TestAllTypes
|