/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 43 …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 …]
|
D | ValuePartial.cs | 74 return new Value { NullValue = 0 }; in ForNull()
|
/external/protobuf/src/google/protobuf/ |
D | struct.pb.h | 47 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 …]
|
D | struct.proto | 67 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
|
D | struct.pb.cc | 629 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/ |
D | CacheValue.java | 54 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/ |
D | CacheValue.java | 56 private static final CacheValue NULL_VALUE = new NullValue(); 105 private static final class NullValue<V> extends CacheValue<V> { class in CacheValue
|
/external/protobuf/conformance/ |
D | Makefile.am | 48 com/google/protobuf/NullValue.java \ 112 lite/com/google/protobuf/NullValue.java \
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 538 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local 540 EdgeTable[i] = NullValue; in buildEdgeLookupTable()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonTokenizerTest.cs | 220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
|
D | JsonParserTest.cs | 673 Assert.AreEqual(new Value { NullValue = 0 }, Value.Parser.ParseJson("null")); in StructValue_Null()
|
/external/protobuf/objectivec/google/protobuf/ |
D | Struct.pbobjc.m | 37 "NullValue\000";
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 734 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local 736 EdgeTable[i] = NullValue; in buildEdgeLookupTable()
|
/external/v8/src/heap/ |
D | heap.h | 38 V(Oddball, null_value, NullValue) \ 257 V(NullValue) \
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 411 NullValue=0, enumerator 440 CAMLreturn(Val_int(NullValue)); in llvm_classify_value()
|
D | llvm.ml | 209 | NullValue Constructor
|
D | llvm.mli | 261 | NullValue Constructor
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 520 NullValue=0, enumerator 551 CAMLreturn(Val_int(NullValue)); in llvm_classify_value()
|
D | llvm.ml | 262 | NullValue Constructor
|
D | llvm.mli | 331 | NullValue Constructor
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter_test.cc | 845 TEST_P(ProtoStreamObjectWriterTest, NullValue) { in TEST_P() argument
|
/external/v8/src/ |
D | code-stub-assembler.h | 35 V(NullValue, Null) \
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 481 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()
|