Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 25 of 39) sorted by relevance

12

/external/libchrome/mojo/public/cpp/base/
Dshared_memory_mojom_traits.cc15 IsNull(const base::ReadOnlySharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::ReadOnlySharedMemoryRegionDataView::ReadOnlySharedMemoryRegion
46 IsNull(const base::UnsafeSharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::UnsafeSharedMemoryRegionDataView::UnsafeSharedMemoryRegion
77 IsNull(const base::WritableSharedMemoryRegion& region) { in IsNull() function in mojo::StructTraits::mojom::WritableSharedMemoryRegionDataView::WritableSharedMemoryRegion
Dref_counted_memory_mojom_traits.cc21 IsNull(const scoped_refptr<base::RefCountedMemory>& input) { in IsNull() function in mojo::StructTraits::mojom::RefCountedMemoryDataView::RefCountedMemory
/external/pdfium/core/fpdfapi/parser/
Dcpdf_null.cpp25 bool CPDF_Null::IsNull() const { in IsNull() function in CPDF_Null
Dcpdf_object.cpp98 bool CPDF_Object::IsNull() const { in IsNull() function in CPDF_Object
/external/pdfium/core/fpdfapi/page/
Dcpdf_color.h20 bool IsNull() const { return !m_pBuffer; } in IsNull() function
/external/libchrome/mojo/public/cpp/bindings/
Draw_ptr_impl_ref_traits.h16 static bool IsNull(PointerType ptr) { return !ptr; } in IsNull() function
Dunique_ptr_impl_ref_traits.h16 static bool IsNull(const PointerType& ptr) { return !ptr; } in IsNull() function
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsNull.java12 public class IsNull<T> extends BaseMatcher<T> { class
/external/dng_sdk/source/
Ddng_tone_curve.cpp60 bool dng_tone_curve::IsNull () const in IsNull() function in dng_tone_curve
Ddng_hue_sat_map.h95 bool IsNull () const in IsNull() function
Ddng_fingerprint.cpp37 bool dng_fingerprint::IsNull () const in IsNull() function in dng_fingerprint
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_computation.h55 bool IsNull() const { return unique_id_ == -1; } in IsNull() function
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h48 bool IsNull() const { return !o; } in IsNull() function
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h187 bool IsNull() const { return m_bIsNull; } in IsNull() function
/external/v8/src/base/platform/
Dtime.h238 constexpr bool IsNull() const { return us_ == 0; } in IsNull() function
/external/googletest/googletest/test/
Dgtest-unittest-api_test.cc139 AssertionResult IsNull(const char* str) { in IsNull() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { in IsNull() function
/external/libchrome/base/
Dcancelable_callback_unittest.cc157 TEST(CancelableCallbackTest, IsNull) { in TEST() argument
Dcallback_unittest.cc72 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
/external/v8/src/parsing/
Dpreparser.h58 bool IsNull() const { return type_ == kNullIdentifier; } in IsNull() function
232 bool IsNull() const { return TypeField::decode(code_) == kNull; } in IsNull() function
434 bool IsNull() const { return length_ == -1; } in IsNull() function
522 bool IsNull() { return code_ == kNullStatement; } in IsNull() function
/external/webrtc/talk/app/webrtc/java/jni/
Djni_helpers.cc223 bool IsNull(JNIEnv* jni, jobject obj) { in IsNull() function
/external/syzkaller/prog/
Dprog.go119 func (arg *PointerArg) IsNull() bool { func
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1712 llvm::Value *IsNull = Builder.CreateIsNull(Ptr.getPointer(), "isnull"); in EmitCXXDeleteExpr() local
1804 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ThisPtr.getPointer()); in EmitTypeidFromVTable() local
1901 llvm::Value *IsNull = Builder.CreateIsNull(ThisAddr.getPointer()); in EmitDynamicCast() local
DCGVTables.cpp100 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
/external/pdfium/fxjs/
Dcfxjse_value.cpp273 bool CFXJSE_Value::IsNull() const { in IsNull() function in CFXJSE_Value

12