/external/libchrome/mojo/public/cpp/base/ |
D | shared_memory_mojom_traits.cc | 15 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
|
D | ref_counted_memory_mojom_traits.cc | 21 IsNull(const scoped_refptr<base::RefCountedMemory>& input) { in IsNull() function in mojo::StructTraits::mojom::RefCountedMemoryDataView::RefCountedMemory
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_null.cpp | 25 bool CPDF_Null::IsNull() const { in IsNull() function in CPDF_Null
|
D | cpdf_object.cpp | 98 bool CPDF_Object::IsNull() const { in IsNull() function in CPDF_Object
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_color.h | 20 bool IsNull() const { return !m_pBuffer; } in IsNull() function
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | raw_ptr_impl_ref_traits.h | 16 static bool IsNull(PointerType ptr) { return !ptr; } in IsNull() function
|
D | unique_ptr_impl_ref_traits.h | 16 static bool IsNull(const PointerType& ptr) { return !ptr; } in IsNull() function
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | IsNull.java | 12 public class IsNull<T> extends BaseMatcher<T> { class
|
/external/dng_sdk/source/ |
D | dng_tone_curve.cpp | 60 bool dng_tone_curve::IsNull () const in IsNull() function in dng_tone_curve
|
D | dng_hue_sat_map.h | 95 bool IsNull () const in IsNull() function
|
D | dng_fingerprint.cpp | 37 bool dng_fingerprint::IsNull () const in IsNull() function in dng_fingerprint
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_computation.h | 55 bool IsNull() const { return unique_id_ == -1; } in IsNull() function
|
/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 48 bool IsNull() const { return !o; } in IsNull() function
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.h | 187 bool IsNull() const { return m_bIsNull; } in IsNull() function
|
/external/v8/src/base/platform/ |
D | time.h | 238 constexpr bool IsNull() const { return us_ == 0; } in IsNull() function
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 139 AssertionResult IsNull(const char* str) { in IsNull() function
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-unittest-api_test.cc | 140 AssertionResult IsNull(const char* str) { in IsNull() function
|
/external/libchrome/base/ |
D | cancelable_callback_unittest.cc | 157 TEST(CancelableCallbackTest, IsNull) { in TEST() argument
|
D | callback_unittest.cc | 72 TEST_F(CallbackTest, IsNull) { in TEST_F() argument
|
/external/v8/src/parsing/ |
D | preparser.h | 58 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/ |
D | jni_helpers.cc | 223 bool IsNull(JNIEnv* jni, jobject obj) { in IsNull() function
|
/external/syzkaller/prog/ |
D | prog.go | 119 func (arg *PointerArg) IsNull() bool { func
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1712 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
|
D | CGVTables.cpp | 100 llvm::Value *IsNull = CGF.Builder.CreateIsNull(ReturnValue); in PerformReturnAdjustment() local
|
/external/pdfium/fxjs/ |
D | cfxjse_value.cpp | 273 bool CFXJSE_Value::IsNull() const { in IsNull() function in CFXJSE_Value
|