/third_party/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 132 AssertionResult IsNull(const char* str) { in IsNull() function 144 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 154 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST() 155 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 160 EXPECT_TRUE(IsNull(tests[1]->value_param())); in TEST() 161 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 166 EXPECT_TRUE(IsNull(tests[2]->value_param())); in TEST() 167 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 172 EXPECT_TRUE(IsNull(tests[3]->value_param())); in TEST() 173 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.Proto2.cs | 25 Assert.IsNull(message.OptionalForeignMessage); in DefaultProto2Values() 27 Assert.IsNull(message.OptionalImportMessage); in DefaultProto2Values() 31 Assert.IsNull(message.OptionalNestedMessage); in DefaultProto2Values() 32 Assert.IsNull(message.OptionalPublicImportMessage); in DefaultProto2Values() 67 Assert.IsNull(message.OneofNestedMessage); in DefaultProto2Values() 123 Assert.IsNull(message.GetExtension(OptionalForeignMessageExtension)); in DefaultExtensionValues() 125 Assert.IsNull(message.GetExtension(OptionalImportMessageExtension)); in DefaultExtensionValues() 129 Assert.IsNull(message.GetExtension(OptionalNestedMessageExtension)); in DefaultExtensionValues() 130 Assert.IsNull(message.GetExtension(OptionalPublicImportMessageExtension)); in DefaultExtensionValues() 140 Assert.IsNull(message.GetExtension(RepeatedBoolExtension)); in DefaultExtensionValues() [all …]
|
D | GeneratedMessageTest.cs | 71 Assert.IsNull(message.SingleForeignMessage); in DefaultValues() 73 Assert.IsNull(message.SingleImportMessage); in DefaultValues() 77 Assert.IsNull(message.SingleNestedMessage); in DefaultValues() 78 Assert.IsNull(message.SinglePublicImportMessage); in DefaultValues() 114 Assert.IsNull(message.OneofNestedMessage); in DefaultValues() 607 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 614 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 622 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 629 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 644 Assert.IsNull(message.OneofNestedMessage); in OneofProperties()
|
/third_party/node/deps/v8/src/base/platform/ |
D | elapsed-timer.h | 24 DCHECK(!now.IsNull()); in Start() 47 DCHECK_NE(started_, start_ticks_.IsNull()); in IsStarted() 48 return !start_ticks_.IsNull(); in IsStarted() 63 DCHECK(!now.IsNull()); in Restart() 86 DCHECK(!now.IsNull()); in Resume() 102 DCHECK(!now.IsNull()); in Elapsed() 120 DCHECK(!now.IsNull()); in Now()
|
D | time.cc | 373 if (IsNull()) { in ToFiletime() 422 if (IsNull()) { in ToTimespec() 454 if (IsNull()) { in ToTimeval() 489 if (IsNull()) { in ToJsTime() 698 DCHECK(!ticks.IsNull()); in Now()
|
/third_party/cef/libcef/renderer/ |
D | dom_document_impl.cc | 30 DCHECK(!document.IsNull()); in CefDOMDocumentImpl() 76 if (!title.IsNull()) in GetTitle() 108 if (range.IsNull()) in GetSelectionStartOffset() 122 if (range.IsNull()) in GetSelectionEndOffset() 137 if (!markup.IsNull()) in GetSelectionAsMarkup() 152 if (!text.IsNull()) in GetSelectionAsText() 165 if (!url.IsNull()) { in GetBaseURL() 181 if (!url.IsNull()) { in GetCompleteURL() 195 if (node.IsNull()) in GetOrCreateNode()
|
D | dom_node_impl.cc | 41 if (document_.get() && !node_.IsNull()) { in ~CefDOMNodeImpl() 147 if (!name.IsNull()) in GetName() 185 if (!value.IsNull()) in GetValue() 209 if (!markup.IsNull()) in GetAsMarkup() 247 return !node_.FirstChild().IsNull(); in HasChildren() 276 if (!tagname.IsNull()) in GetElementTagName() 321 if (!attr.IsNull()) in GetElementAttribute() 376 if (!text.IsNull()) in GetElementInnerText() 411 if (node_.IsNull()) { in VerifyContext()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 47 Assert.IsNull(message.StringField); in NullIsDefault() 48 Assert.IsNull(message.BytesField); in NullIsDefault() 49 Assert.IsNull(message.BoolField); in NullIsDefault() 50 Assert.IsNull(message.FloatField); in NullIsDefault() 51 Assert.IsNull(message.DoubleField); in NullIsDefault() 52 Assert.IsNull(message.Int32Field); in NullIsDefault() 53 Assert.IsNull(message.Int64Field); in NullIsDefault() 54 Assert.IsNull(message.Uint32Field); in NullIsDefault() 55 Assert.IsNull(message.Uint64Field); in NullIsDefault() 235 … Assert.IsNull(fields[TestWellKnownTypes.StringFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues() [all …]
|
/third_party/cef/libcef/renderer/extensions/ |
D | print_render_frame_helper_delegate.cc | 43 if (!viewer_element.IsNull() && !viewer_element.ShadowRoot().IsNull()) { in GetPdfElement() 46 if (!plugin_element.IsNull()) { in GetPdfElement() 58 DCHECK(!plugin_element.IsNull()); in GetPdfElement()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 47 Assert.IsNull(message.StringField); in NullIsDefault() 48 Assert.IsNull(message.BytesField); in NullIsDefault() 49 Assert.IsNull(message.BoolField); in NullIsDefault() 50 Assert.IsNull(message.FloatField); in NullIsDefault() 51 Assert.IsNull(message.DoubleField); in NullIsDefault() 52 Assert.IsNull(message.Int32Field); in NullIsDefault() 53 Assert.IsNull(message.Int64Field); in NullIsDefault() 54 Assert.IsNull(message.Uint32Field); in NullIsDefault() 55 Assert.IsNull(message.Uint64Field); in NullIsDefault() 242 … Assert.IsNull(fields[TestWellKnownTypes.StringFieldFieldNumber].Accessor.GetValue(message)); in Reflection_SingleValues() [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | prototype-inl.h | 46 is_at_end_(object_.IsNull(isolate_)), in PrototypeIterator() 61 is_at_end_(handle_->IsNull(isolate_)), in PrototypeIterator() 100 prototype.IsNull(isolate_) || in AdvanceIgnoringProxies() 138 is_at_end_ = where_to_end_ == END_AT_NON_HIDDEN || handle_->IsNull(isolate_); in AdvanceFollowingProxiesIgnoringAccessChecks()
|
D | struct-inl.h | 56 if (!getter.IsNull()) set_getter(getter); in RELEASE_ACQUIRE_ACCESSORS() 57 if (!setter.IsNull()) set_setter(setter); in RELEASE_ACQUIRE_ACCESSORS()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 99 Assert.IsNull(messageType.ContainingType); in MessageDescriptor() 100 Assert.IsNull(messageType.Proto.Options); in MessageDescriptor() 152 Assert.IsNull(primitiveField.Proto.Options); in FieldDescriptor() 233 Assert.IsNull(descriptor.Parser); in MapEntryMessageDescriptor() 234 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor() 235 Assert.IsNull(descriptor.Fields[1].Accessor); in MapEntryMessageDescriptor()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.cs | 70 Assert.IsNull(message.SingleForeignMessage); in DefaultValues() 72 Assert.IsNull(message.SingleImportMessage); in DefaultValues() 76 Assert.IsNull(message.SingleNestedMessage); in DefaultValues() 77 Assert.IsNull(message.SinglePublicImportMessage); in DefaultValues() 113 Assert.IsNull(message.OneofNestedMessage); in DefaultValues() 561 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 568 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 576 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 583 Assert.IsNull(message.OneofNestedMessage); in OneofProperties() 598 Assert.IsNull(message.OneofNestedMessage); in OneofProperties()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | protocol_core_test.cc | 66 ASSERT_THAT(obj2, Not(testing::IsNull())); in TEST() 113 ASSERT_THAT(obj, Not(testing::IsNull())); in TEST() 177 ASSERT_THAT(obj2, Not(testing::IsNull())); in TEST() 342 ASSERT_THAT(obj2, Not(testing::IsNull())); in TEST_F() 396 ASSERT_THAT(obj2, Not(testing::IsNull())); in TEST() 413 ASSERT_THAT(obj2, Not(testing::IsNull())); in TEST() 471 ASSERT_THAT((*maybe_parsed), Not(testing::IsNull())); in TEST()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 178 Assert.IsNull(messageType.ContainingType); in MessageDescriptor() 179 Assert.IsNull(messageType.Proto.Options); in MessageDescriptor() 260 Assert.IsNull(primitiveField.Proto.Options); in TestFieldDescriptor() 350 Assert.IsNull(descriptor.Parser); in MapEntryMessageDescriptor() 351 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor() 352 Assert.IsNull(descriptor.Fields[1].Accessor); in MapEntryMessageDescriptor()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter() 94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
|
D | TypeExtensionsTest.cs | 86 Assert.IsNull(property); in GetProperty_NoSuchProperty() 106 Assert.IsNull(method); in GetMethod_NoSuchMethod()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter() 94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
|
D | TypeExtensionsTest.cs | 86 Assert.IsNull(property); in GetProperty_NoSuchProperty() 106 Assert.IsNull(method); in GetMethod_NoSuchMethod()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | incremental-marking-schedule.cc | 22 DCHECK(incremental_marking_start_time_.IsNull()); in NotifyIncrementalMarkingStart() 57 DCHECK(!incremental_marking_start_time_.IsNull()); in GetNextIncrementalStepDuration()
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 567 bool IsNull(const void* ptr) { in IsNull() function 573 bool IsNull<WireFormatLite::TYPE_STRING>(const void* ptr) { in IsNull() function 578 bool IsNull<WireFormatLite::TYPE_BYTES>(const void* ptr) { in IsNull() function 583 bool IsNull<WireFormatLite::TYPE_GROUP>(const void* ptr) { in IsNull() function 588 bool IsNull<WireFormatLite::TYPE_MESSAGE>(const void* ptr) { in IsNull() function 594 bool IsNull<FieldMetadata::kInlinedType>(const void* ptr) { in IsNull() function 604 if (IsNull<type>(ptr)) continue; \
|
/third_party/node/deps/v8/src/parsing/ |
D | preparser.h | 59 bool IsNull() const { return type_ == kNullIdentifier; } in IsNull() function 201 bool IsNull() const { return TypeField::decode(code_) == kNull; } in IsNull() function 377 bool IsNull() const { return is_null_; } in IsNull() function 455 bool IsNull() { return code_ == kNullStatement; } in IsNull() function 460 DCHECK(!IsNull()); in IsEmptyStatement() 1194 DCHECK_IMPLIES(IsNull(name), class_info->is_anonymous); 1250 bool has_extends = class_info->extends.IsNull(); 1496 V8_INLINE static bool IsNull(T subject) { 1497 return subject.IsNull(); 1624 parameters->UpdateArityAndFunctionLength(!initializer.IsNull(), is_rest);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_fingerprint.h | 51 bool IsNull () const; 57 return !IsNull (); in IsValid()
|
D | dng_tone_curve.h | 51 bool IsNull () const;
|