Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs72 public static Value ForNull() in ForNull() method in Google.Protobuf.WellKnownTypes.Value
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs129 var message = new TestWellKnownTypes { ValueField = Value.ForNull() }; in SingularWrappers_ExplicitNulls()
160 Assert.AreEqual(new TestWellKnownTypes { ValueField = Value.ForNull() }, message); in ExplicitNullValue()
DJsonFormatterTest.cs418 { "a", Value.ForNull() }, in StructSample()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs320 return Value.ForNull(); in ParseSingleValue()