Searched refs:NullValue (Results 1 – 14 of 14) sorted by relevance
42 …neratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.WellKnownTypes.NullValue), }, new pbr::Ge… in StructReflection()58 public enum NullValue { enum62 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator223 case KindOneofCase.NullValue: in Value()224 NullValue = other.NullValue; in Value()256 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value257 …get { return kindCase_ == KindOneofCase.NullValue ? (global::Google.Protobuf.WellKnownTypes.NullVa…260 kindCase_ = KindOneofCase.NullValue;338 NullValue = 1, enumerator370 if (NullValue != other.NullValue) return false; in Equals()[all …]
74 return new Value { NullValue = 0 }; in ForNull()
47 enum NullValue { enum53 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 …]
67 NullValue null_value = 1;81 // `NullValue` is a singleton enumeration to represent the null value for the84 // The JSON representation for `NullValue` is JSON `null`.85 enum NullValue { enum
700 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()
220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
676 Assert.AreEqual(new Value { NullValue = 0 }, Value.Parser.ParseJson("null")); in StructValue_Null()
53 "NullValue\000";
44 import com.google.protobuf.NullValue;441 assertEquals(NullValue.NULL_VALUE, message.getOneofNullValue()); in testNullInOneof()
48 com/google/protobuf/NullValue.java \
127 google.protobuf.NullValue oneof_null_value = 3;
63 import com.google.protobuf.NullValue;1652 && field.getEnumType().getFullName().equals(NullValue.getDescriptor().getFullName())) { in parseFieldValue()
962 TEST_P(ProtoStreamObjectWriterTest, NullValue) { in TEST_P() argument
1679 android.icu.impl.CacheValue$NullValue