Home
last modified time | relevance | path

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

12345

/aosp_15_r20/art/libartbase/base/metrics/
H A Dmetrics.h340 bool IsNull() const override { return Value() == 0; } in IsNull() function
395 bool IsNull() const override { return Count() == 0; } in IsNull() function
433 bool IsNull() const override { return Value() == 0; } in IsNull() function
500 bool IsNull() const override { in IsNull() function
548 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/metrics/
Dmetrics.h337 bool IsNull() const override { return Value() == 0; } in IsNull() function
391 bool IsNull() const override { return Count() == 0; } in IsNull() function
429 bool IsNull() const override { return Value() == 0; } in IsNull() function
496 bool IsNull() const override { in IsNull() function
544 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/metrics/
Dmetrics.h337 bool IsNull() const override { return Value() == 0; } in IsNull() function
391 bool IsNull() const override { return Count() == 0; } in IsNull() function
429 bool IsNull() const override { return Value() == 0; } in IsNull() function
496 bool IsNull() const override { in IsNull() function
544 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/metrics/
Dmetrics.h337 bool IsNull() const override { return Value() == 0; } in IsNull() function
391 bool IsNull() const override { return Count() == 0; } in IsNull() function
429 bool IsNull() const override { return Value() == 0; } in IsNull() function
496 bool IsNull() const override { in IsNull() function
544 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/metrics/
Dmetrics.h336 bool IsNull() const override { return Value() == 0; } in IsNull() function
390 bool IsNull() const override { return Count() == 0; } in IsNull() function
428 bool IsNull() const override { return Value() == 0; } in IsNull() function
495 bool IsNull() const override { in IsNull() function
543 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/metrics/
Dmetrics.h337 bool IsNull() const override { return Value() == 0; } in IsNull() function
391 bool IsNull() const override { return Count() == 0; } in IsNull() function
429 bool IsNull() const override { return Value() == 0; } in IsNull() function
496 bool IsNull() const override { in IsNull() function
544 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/metrics/
Dmetrics.h337 bool IsNull() const override { return Value() == 0; } in IsNull() function
391 bool IsNull() const override { return Count() == 0; } in IsNull() function
429 bool IsNull() const override { return Value() == 0; } in IsNull() function
496 bool IsNull() const override { in IsNull() function
544 bool IsNull() const override { return Value() == 0; } in IsNull() function
/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dtest_once_callback.cpp33 TEST(IsNull, NullptrIsNull) in TEST() argument
40 TEST(IsNull, NonNullptrIsNotNull) in TEST() argument
47 TEST(IsNull, IsNullAfterInvoking) in TEST() argument
/aosp_15_r20/external/libchrome/mojo/public/cpp/base/
H A 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
H A Dref_counted_memory_mojom_traits.cc21 IsNull(const scoped_refptr<base::RefCountedMemory>& input) { in IsNull() function in mojo::StructTraits::mojom::RefCountedMemoryDataView::RefCountedMemory
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc328 bool IsNull(const void* ptr) { in IsNull() function
334 bool IsNull<WireFormatLite::TYPE_STRING>(const void* ptr) { in IsNull() function
339 bool IsNull<WireFormatLite::TYPE_BYTES>(const void* ptr) { in IsNull() function
344 bool IsNull<WireFormatLite::TYPE_GROUP>(const void* ptr) { in IsNull() function
349 bool IsNull<WireFormatLite::TYPE_MESSAGE>(const void* ptr) { in IsNull() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc324 bool IsNull(const void* ptr) { in IsNull() function
330 bool IsNull<WireFormatLite::TYPE_STRING>(const void* ptr) { in IsNull() function
335 bool IsNull<WireFormatLite::TYPE_BYTES>(const void* ptr) { in IsNull() function
340 bool IsNull<WireFormatLite::TYPE_GROUP>(const void* ptr) { in IsNull() function
345 bool IsNull<WireFormatLite::TYPE_MESSAGE>(const void* ptr) { in IsNull() function
/aosp_15_r20/art/runtime/mirror/
H A Dobject_reference.h145 bool IsNull() const { in IsNull() function
199 bool IsNull() const { in IsNull() function
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Dstring_storage.cc132 struct IsNull { struct
133 bool operator()(StringPool::Id lhs, StringPool::Id) const { in operator ()()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A Dunique_ptr_impl_ref_traits.h16 static bool IsNull(const PointerType& ptr) { return !ptr; } in IsNull() function
H A Draw_ptr_impl_ref_traits.h16 static bool IsNull(PointerType ptr) { return !ptr; } in IsNull() function
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_color.h31 bool IsNull() const { return m_Buffer.empty() && !m_pValue; } in IsNull() function
/aosp_15_r20/art/runtime/
H A Dreflective_reference.h48 bool IsNull() const { in IsNull() function
H A Dobj_ptr.h80 OBJPTR_INLINE bool IsNull() const { in IsNull() function
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
H A DIsNull.java12 public class IsNull<T> extends BaseMatcher<T> { class
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_tone_curve.cpp60 bool dng_tone_curve::IsNull () const in IsNull() function in dng_tone_curve
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/base/
Dpath.go69 func IsNull(path string) bool { func
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/bindings/
H A Dsqlite_value.h34 inline bool IsNull(sqlite3_value* value) { in IsNull() function
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dcallback.hpp102 bool IsNull() const { return mFunc == nullptr; } in IsNull() function in otbr::OnceCallback
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_computation.h58 bool IsNull() const { return unique_id_ == -1; } in IsNull() function

12345