Home
last modified time | relevance | path

Searched refs:TestJsonName (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DIssuesTest.cs70 Assert.AreEqual(new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }, in JsonNameParseTest()
71 parser.Parse<TestJsonName>("{ \"name\": \"test\", \"desc\": \"test2\", \"guid\": \"test3\" }")); in JsonNameParseTest()
77 var message = new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }; in JsonNameFormatTest()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DIssuesTest.cs71 Assert.AreEqual(new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }, in JsonNameParseTest()
72 parser.Parse<TestJsonName>("{ \"name\": \"test\", \"desc\": \"test2\", \"guid\": \"test3\" }")); in JsonNameParseTest()
78 var message = new TestJsonName { Name = "test", Description = "test2", Guid = "test3" }; in JsonNameFormatTest()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs72 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.TestJsonName), global::UnitTest.Issues.TestProtos.TestJsonName.Parser, new[]{ "Name", "Description", "Guid" }, null, null, null, null), in UnittestIssuesReflection()
2178 public sealed partial class TestJsonName : pb::IMessage<TestJsonName> class
2183 private static readonly pb::MessageParser<TestJsonName> _parser = new pb::MessageParser<TestJsonName>(() => new TestJsonName());
2186 public static pb::MessageParser<TestJsonName> Parser { get { return _parser; } }
2199 public TestJsonName() { in TestJsonName() method in UnitTest.Issues.TestProtos.TestJsonName
2206 public TestJsonName(TestJsonNam method in UnitTest.Issues.TestProtos.TestJsonName
[all...]
H A DUnittest.cs742 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestJsonName), global::Google.Protobuf.TestProtos.Proto2.TestJsonName.Parser, new[]{ "FieldName1", "FieldName2", "FieldName3", "FieldName4", "FIELDNAME5", "FieldName6" }, null, null, null, null), in UnittestReflection()
27446 public sealed partial class TestJsonName : pb::IMessage<TestJsonName> global() class
27468 public TestJsonName() { TestJsonName() method in Google.Protobuf.TestProtos.Proto2.TestJsonName
27475 public TestJsonName(TestJsonName other) : this() { TestJsonName() method in Google.Protobuf.TestProtos.Proto2.TestJsonName
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc419 TEST_F(DescriptorPoolTypeResolverTest, TestJsonName) { in TEST_F()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java63 import protobuf_unittest.UnittestProto.TestJsonName;
779 Descriptor d = TestJsonName.getDescriptor(); in testFieldJsonName()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc935 const Descriptor* generated = protobuf_unittest::TestJsonName::descriptor(); in TEST_F()

Completed in 55 milliseconds