Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs165 …lobal::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
2946 public sealed partial class TestCamelCaseFieldNames : pb::IMessage<TestCamelCaseFieldNames> { class
2947 … pb::MessageParser<TestCamelCaseFieldNames> _parser = new pb::MessageParser<TestCamelCaseFieldName…
2949 public static pb::MessageParser<TestCamelCaseFieldNames> Parser { get { return _parser; } }
2962 public TestCamelCaseFieldNames() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2969 public TestCamelCaseFieldNames(TestCamelCaseFieldNames other) : this() { in TestCamelCaseFieldNames() method in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
2981 public TestCamelCaseFieldNames Clone() { in Clone()
2982 return new TestCamelCaseFieldNames(this); in Clone()
3071 return Equals(other as TestCamelCaseFieldNames); in Equals()
3075 public bool Equals(TestCamelCaseFieldNames other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_proto3.proto231 message TestCamelCaseFieldNames { message
Dunittest.proto492 message TestCamelCaseFieldNames { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto458 message TestCamelCaseFieldNames { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto458 message TestCamelCaseFieldNames { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc771 unittest::TestCamelCaseFieldNames message; in TEST()