Home
last modified time | relevance | path

Searched refs:IsNull (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/googletest/googletest/test/
Dgtest-unittest-api_test.cc132 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/
DGeneratedMessageTest.Proto2.cs25 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 …]
DGeneratedMessageTest.cs71 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/
Delapsed-timer.h24 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()
Dtime.cc373 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/
Ddom_document_impl.cc30 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()
Ddom_node_impl.cc41 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/
DWrappersTest.cs47 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/
Dprint_render_frame_helper_delegate.cc43 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/
DWrappersTest.cs47 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/
Dprototype-inl.h46 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()
Dstruct-inl.h56 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/
DDescriptorsTest.cs99 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/
DGeneratedMessageTest.cs70 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/
Dprotocol_core_test.cc66 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/
DDescriptorsTest.cs178 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/
DPropertyInfoExtensionsTest.cs70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
DTypeExtensionsTest.cs86 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/
DPropertyInfoExtensionsTest.cs70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
DTypeExtensionsTest.cs86 Assert.IsNull(property); in GetProperty_NoSuchProperty()
106 Assert.IsNull(method); in GetMethod_NoSuchMethod()
/third_party/node/deps/v8/src/heap/cppgc/
Dincremental-marking-schedule.cc22 DCHECK(incremental_marking_start_time_.IsNull()); in NotifyIncrementalMarkingStart()
57 DCHECK(!incremental_marking_start_time_.IsNull()); in GetNextIncrementalStepDuration()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc567 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/
Dpreparser.h59 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/
Ddng_fingerprint.h51 bool IsNull () const;
57 return !IsNull (); in IsValid()
Ddng_tone_curve.h51 bool IsNull () const;

123456