Home
last modified time | relevance | path

Searched defs:NullValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs58 public enum NullValue { enum
62 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
256 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
338 NullValue = 1, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.proto85 enum NullValue { enum
Dstruct.pb.h47 enum NullValue { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc962 TEST_P(ProtoStreamObjectWriterTest, NullValue) { in TEST_P() argument