Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DValuePartial.cs72 public static Value ForNull() in ForNull() method in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs129 var message = new TestWellKnownTypes { ValueField = Value.ForNull() }; in SingularWrappers_ExplicitNulls()
163 Assert.AreEqual(new TestWellKnownTypes { ValueField = Value.ForNull() }, message); in ExplicitNullValue()
DJsonFormatterTest.cs420 { "a", Value.ForNull() }, in StructSample()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs321 return Value.ForNull(); in ParseSingleValue()