Home
last modified time | relevance | path

Searched refs:wrapperType (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonParserTest.cs146 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument
148 IMessage parsed = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
149 IMessage expected = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs148 public void Wrappers_Standalone(System.Type wrapperType, string json, object expectedValue) in Wrappers_Standalone() argument
150 IMessage parsed = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
151 IMessage expected = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()
DJsonFormatterTest.cs628 public void Wrappers_Standalone(System.Type wrapperType, object value, string expectedJson) in Wrappers_Standalone() argument
630 IMessage populated = (IMessage)Activator.CreateInstance(wrapperType); in Wrappers_Standalone()