/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 | 27 bool CPDF_Null::IsNull() const { in IsNull() function in CPDF_Null
|
D | cpdf_object.cpp | 105 bool CPDF_Object::IsNull() const { in IsNull() function in CPDF_Object
|
/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/pdfium/core/fpdfapi/page/ |
D | cpdf_color.h | 29 bool IsNull() const { return m_Buffer.empty() && !m_pValue; } 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/llvm-project/lldb/include/lldb/Utility/ |
D | ConstString.h | 311 bool IsNull() const { return m_string == nullptr; } in IsNull() function
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 582 bool IsNull(const void* ptr) { in IsNull() function 588 bool IsNull<WireFormatLite::TYPE_STRING>(const void* ptr) { in IsNull() function 593 bool IsNull<WireFormatLite::TYPE_BYTES>(const void* ptr) { in IsNull() function 598 bool IsNull<WireFormatLite::TYPE_GROUP>(const void* ptr) { in IsNull() function 603 bool IsNull<WireFormatLite::TYPE_MESSAGE>(const void* ptr) { in IsNull() function 609 bool IsNull<FieldMetadata::kInlinedType>(const void* ptr) { in IsNull() function
|
D | arenastring.h | 62 bool IsNull() { return ptr_ == 0; } in IsNull() function
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SimpleConstraintManager.cpp | 83 bool IsNull = !Cond.castAs<nonloc::PointerToMember>().isNullMemberPointer(); in assumeAux() local
|
/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 67 bool IsNull() const { return !o; } in IsNull() function
|
/external/googletest/googletest/test/ |
D | gtest-unittest-api_test.cc | 132 AssertionResult IsNull(const char* str) { in IsNull() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest-unittest-api_test.cc | 139 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/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 281 bool IsNull() const { return m_bIsNull; } in IsNull() function
|
/external/webrtc/sdk/android/native_api/jni/ |
D | java_types.cc | 102 bool IsNull(JNIEnv* jni, const JavaRef<jobject>& obj) { in IsNull() function
|
/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
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 88 static bool IsNull(const grpc_slice_refcount* sref) { in IsNull() function 108 static bool IsNull(const grpc_mdelem md) { return md.payload == 0; } in IsNull() function
|