Searched refs:TestCamelCaseFieldNames (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestProto3.cs | 173 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField" }, null, null, null, null), in UnittestProto3Reflection() 4136 public sealed partial class TestCamelCaseFieldNames : pb::IMessage<TestCamelCaseFieldNames> class 4141 private static readonly pb::MessageParser<TestCamelCaseFieldNames> _parser = new pb::MessageParser<TestCamelCaseFieldNames>(() => new TestCamelCaseFieldNames()); 4144 public static pb::MessageParser<TestCamelCaseFieldNames> Parser { get { return _parser; } } 4157 public TestCamelCaseFieldNames() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames 4164 public TestCamelCaseFieldNames(TestCamelCaseFieldName method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames [all...] |
H A D | Unittest.cs | 704 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "EnumField", "MessageField", "StringPieceField", "CordField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField", "RepeatedStringPieceField", "RepeatedCordField" }, null, null, null, null), in UnittestReflection() 13937 public sealed partial class TestCamelCaseFieldNames : pb::IMessage<TestCamelCaseFieldNames> class 13942 private static readonly pb::MessageParser<TestCamelCaseFieldNames> _parser = new pb::MessageParser<TestCamelCaseFieldNames>(() => new TestCamelCaseFieldNames()); 13946 public static pb::MessageParser<TestCamelCaseFieldNames> Parser { get { return _parser; } } 13959 public TestCamelCaseFieldNames() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames 13966 public TestCamelCaseFieldNames(TestCamelCaseFieldName method in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames [all...] |
Completed in 43 milliseconds