Home
last modified time | relevance | path

Searched refs:TestCamelCaseFieldNames (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs166 …lobal::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
2741 public sealed partial class TestCamelCaseFieldNames : pb::IMessage<TestCamelCaseFieldNames> { class
2742 … pb::MessageParser<TestCamelCaseFieldNames> _parser = new pb::MessageParser<TestCamelCaseFieldName…
2743 public static pb::MessageParser<TestCamelCaseFieldNames> Parser { get { return _parser; } }
2753 public TestCamelCaseFieldNames() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2759 public TestCamelCaseFieldNames(TestCamelCaseFieldNames other) : this() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2770 public TestCamelCaseFieldNames Clone() { in Clone()
2771 return new TestCamelCaseFieldNames(this); in Clone()
2851 return Equals(other as TestCamelCaseFieldNames); in Equals()
2854 public bool Equals(TestCamelCaseFieldNames other) { in Equals()
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto231 message TestCamelCaseFieldNames { message
Dunittest.proto491 message TestCamelCaseFieldNames { message
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc771 unittest::TestCamelCaseFieldNames message; in TEST()