Home
last modified time | relevance | path

Searched refs:NullValue (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs42 …neratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.WellKnownTypes.NullValue), }, new pbr::Ge… in StructReflection()
58 public enum NullValue { enum
62 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
223 case KindOneofCase.NullValue: in Value()
224 NullValue = other.NullValue; in Value()
256 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
257 …get { return kindCase_ == KindOneofCase.NullValue ? (global::Google.Protobuf.WellKnownTypes.NullVa…
260 kindCase_ = KindOneofCase.NullValue;
338 NullValue = 1, enumerator
370 if (NullValue != other.NullValue) return false; in Equals()
[all …]
DValuePartial.cs74 return new Value { NullValue = 0 }; in ForNull()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dstruct.pb.h47 enum NullValue { enum
53 const NullValue NullValue_MIN = NULL_VALUE;
54 const NullValue NullValue_MAX = NULL_VALUE;
58 inline const ::std::string& NullValue_Name(NullValue value) { in NullValue_Name()
63 const ::std::string& name, NullValue* value) { in NullValue_Parse()
64 return ::google::protobuf::internal::ParseNamedEnum<NullValue>( in NullValue_Parse()
241 ::google::protobuf::NullValue null_value() const;
242 void set_null_value(::google::protobuf::NullValue value);
460 inline ::google::protobuf::NullValue Value::null_value() const { in null_value()
463 return static_cast< ::google::protobuf::NullValue >(kind_.null_value_); in null_value()
[all …]
Dstruct.proto67 NullValue null_value = 1;
81 // `NullValue` is a singleton enumeration to represent the null value for the
84 // The JSON representation for `NullValue` is JSON `null`.
85 enum NullValue { enum
Dstruct.pb.cc700 set_null_value(static_cast< ::google::protobuf::NullValue >(value)); in MergePartialFromCodedStream()
1055 ::google::protobuf::NullValue Value::null_value() const { in null_value()
1058 return static_cast< ::google::protobuf::NullValue >(kind_.null_value_); in null_value()
1060 return static_cast< ::google::protobuf::NullValue >(0); in null_value()
1062 void Value::set_null_value(::google::protobuf::NullValue value) { in set_null_value()
/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
DJsonParserTest.cs676 Assert.AreEqual(new Value { NullValue = 0 }, Value.Parser.ParseJson("null")); in StructValue_Null()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/
DStruct.pbobjc.m53 "NullValue\000";
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java44 import com.google.protobuf.NullValue;
441 assertEquals(NullValue.NULL_VALUE, message.getOneofNullValue()); in testNullInOneof()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
DMakefile.am48 com/google/protobuf/NullValue.java \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto127 google.protobuf.NullValue oneof_null_value = 3;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java63 import com.google.protobuf.NullValue;
1652 && field.getEnumType().getFullName().equals(NullValue.getDescriptor().getFullName())) { in parseFieldValue()
/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
/frameworks/base/config/
Dpreloaded-classes1679 android.icu.impl.CacheValue$NullValue