Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs173 …lobal::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
3230 public sealed partial class TestCamelCaseFieldNames : pb::IMessage<TestCamelCaseFieldNames> { class
3231 … pb::MessageParser<TestCamelCaseFieldNames> _parser = new pb::MessageParser<TestCamelCaseFieldName…
3234 public static pb::MessageParser<TestCamelCaseFieldNames> Parser { get { return _parser; } }
3247 public TestCamelCaseFieldNames() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3254 public TestCamelCaseFieldNames(TestCamelCaseFieldNames other) : this() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
3267 public TestCamelCaseFieldNames Clone() { in Clone()
3268 return new TestCamelCaseFieldNames(this); in Clone()
3357 return Equals(other as TestCamelCaseFieldNames); in Equals()
3361 public bool Equals(TestCamelCaseFieldNames other) { in Equals()
[all …]
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto231 message TestCamelCaseFieldNames { message
/external/protobuf/csharp/protos/
Dunittest_proto3.proto222 message TestCamelCaseFieldNames { message
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto458 message TestCamelCaseFieldNames { message
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto458 message TestCamelCaseFieldNames { message
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto458 message TestCamelCaseFieldNames { message
/external/protobuf/src/google/protobuf/
Dunittest.proto541 message TestCamelCaseFieldNames { message
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc882 UNITTEST::TestCamelCaseFieldNames message;