Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs43 …neratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.WellKnownTypes.NullValue), }, new pbr::Ge… in StructReflection()
59 public enum NullValue { enum
63 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
206 case KindOneofCase.NullValue: in Value()
207 NullValue = other.NullValue; in Value()
237 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
238 …get { return kindCase_ == KindOneofCase.NullValue ? (global::Google.Protobuf.WellKnownTypes.NullVa…
241 kindCase_ = KindOneofCase.NullValue;
314 NullValue = 1, enumerator
342 if (NullValue != other.NullValue) return false; in Equals()
[all …]
DValuePartial.cs74 return new Value { NullValue = 0 }; in ForNull()
/external/protobuf/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()
233 ::google::protobuf::NullValue null_value() const;
234 void set_null_value(::google::protobuf::NullValue value);
448 inline ::google::protobuf::NullValue Value::null_value() const { in null_value()
451 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.cc629 set_null_value(static_cast< ::google::protobuf::NullValue >(value)); in MergePartialFromCodedStream()
980 ::google::protobuf::NullValue Value::null_value() const { in null_value()
983 return static_cast< ::google::protobuf::NullValue >(kind_.null_value_); in null_value()
985 return static_cast< ::google::protobuf::NullValue >(0); in null_value()
987 void Value::set_null_value(::google::protobuf::NullValue value) { in set_null_value()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCacheValue.java54 private static final CacheValue NULL_VALUE = new NullValue();
103 private static final class NullValue<V> extends CacheValue<V> { class in CacheValue
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCacheValue.java56 private static final CacheValue NULL_VALUE = new NullValue();
105 private static final class NullValue<V> extends CacheValue<V> { class in CacheValue
/external/protobuf/conformance/
DMakefile.am48 com/google/protobuf/NullValue.java \
112 lite/com/google/protobuf/NullValue.java \
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp538 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local
540 EdgeTable[i] = NullValue; in buildEdgeLookupTable()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
DJsonParserTest.cs673 Assert.AreEqual(new Value { NullValue = 0 }, Value.Parser.ParseJson("null")); in StructValue_Null()
/external/protobuf/objectivec/google/protobuf/
DStruct.pbobjc.m37 "NullValue\000";
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp734 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local
736 EdgeTable[i] = NullValue; in buildEdgeLookupTable()
/external/v8/src/heap/
Dheap.h38 V(Oddball, null_value, NullValue) \
257 V(NullValue) \
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c411 NullValue=0, enumerator
440 CAMLreturn(Val_int(NullValue)); in llvm_classify_value()
Dllvm.ml209 | NullValue Constructor
Dllvm.mli261 | NullValue Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c520 NullValue=0, enumerator
551 CAMLreturn(Val_int(NullValue)); in llvm_classify_value()
Dllvm.ml262 | NullValue Constructor
Dllvm.mli331 | NullValue Constructor
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc845 TEST_P(ProtoStreamObjectWriterTest, NullValue) { in TEST_P() argument
/external/v8/src/
Dcode-stub-assembler.h35 V(NullValue, Null) \
/external/clang/lib/Sema/
DSemaExpr.cpp481 std::string NullValue; in DiagnoseSentinelCalls() local
483 NullValue = "nil"; in DiagnoseSentinelCalls()
485 NullValue = "nullptr"; in DiagnoseSentinelCalls()
487 NullValue = "NULL"; in DiagnoseSentinelCalls()
489 NullValue = "(void*) 0"; in DiagnoseSentinelCalls()
496 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue); in DiagnoseSentinelCalls()