Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 25 of 45) 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.cpp27 bool CPDF_Null::IsNull() const { in IsNull() function in CPDF_Null
Dcpdf_object.cpp105 bool CPDF_Object::IsNull() const { in IsNull() function in CPDF_Object
/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/pdfium/core/fpdfapi/page/
Dcpdf_color.h29 bool IsNull() const { return m_Buffer.empty() && !m_pValue; } 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/llvm-project/lldb/include/lldb/Utility/
DConstString.h311 bool IsNull() const { return m_string == nullptr; } in IsNull() function
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.cc582 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
Darenastring.h62 bool IsNull() { return ptr_ == 0; } in IsNull() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp83 bool IsNull = !Cond.castAs<nonloc::PointerToMember>().isNullMemberPointer(); in assumeAux() local
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h67 bool IsNull() const { return !o; } in IsNull() function
/external/googletest/googletest/test/
Dgtest-unittest-api_test.cc132 AssertionResult IsNull(const char* str) { in IsNull() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest-unittest-api_test.cc139 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/pdfium/xfa/fxfa/parser/
Dcxfa_node.h281 bool IsNull() const { return m_bIsNull; } in IsNull() function
/external/webrtc/sdk/android/native_api/jni/
Djava_types.cc102 bool IsNull(JNIEnv* jni, const JavaRef<jobject>& obj) { in IsNull() function
/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
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc88 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

12