/aosp_15_r20/art/libartbase/base/metrics/ |
H A D | metrics.h | 340 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/ |
D | metrics.h | 337 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/ |
D | metrics.h | 337 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/ |
D | metrics.h | 337 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/ |
D | metrics.h | 336 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/ |
D | metrics.h | 337 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/ |
D | metrics.h | 337 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 D | test_once_callback.cpp | 33 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 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
|
H A D | ref_counted_memory_mojom_traits.cc | 21 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 D | generated_message_util.cc | 328 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 D | generated_message_util.cc | 324 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 D | object_reference.h | 145 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 D | string_storage.cc | 132 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 D | unique_ptr_impl_ref_traits.h | 16 static bool IsNull(const PointerType& ptr) { return !ptr; } in IsNull() function
|
H A D | raw_ptr_impl_ref_traits.h | 16 static bool IsNull(PointerType ptr) { return !ptr; } in IsNull() function
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_color.h | 31 bool IsNull() const { return m_Buffer.empty() && !m_pValue; } in IsNull() function
|
/aosp_15_r20/art/runtime/ |
H A D | reflective_reference.h | 48 bool IsNull() const { in IsNull() function
|
H A D | obj_ptr.h | 80 OBJPTR_INLINE bool IsNull() const { in IsNull() function
|
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
H A D | IsNull.java | 12 public class IsNull<T> extends BaseMatcher<T> { class
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_tone_curve.cpp | 60 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/ |
D | path.go | 69 func IsNull(path string) bool { func
|
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/bindings/ |
H A D | sqlite_value.h | 34 inline bool IsNull(sqlite3_value* value) { in IsNull() function
|
/aosp_15_r20/external/ot-br-posix/src/common/ |
H A D | callback.hpp | 102 bool IsNull() const { return mFunc == nullptr; } in IsNull() function in otbr::OnceCallback
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_computation.h | 58 bool IsNull() const { return unique_id_ == -1; } in IsNull() function
|