Home
last modified time | relevance | path

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

/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
/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
/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
/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
/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
/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/metrics/
Dmetrics.h342 bool IsNull() const override { return Value() == 0; } in IsNull() function
397 bool IsNull() const override { return Count() == 0; } in IsNull() function
435 bool IsNull() const override { return Value() == 0; } in IsNull() function
502 bool IsNull() const override { in IsNull() function
550 bool IsNull() const override { return Value() == 0; } in IsNull() function
/prebuilts/module_sdk/art/17/include/art/libartbase/base/metrics/
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
/prebuilts/go/linux-x86/src/cmd/go/internal/base/
Dpath.go69 func IsNull(path string) bool { func
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DConstString.h300 bool IsNull() const { return m_string == nullptr; } in IsNull() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DConstString.h309 bool IsNull() const { return m_string == nullptr; } in IsNull() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DConstString.h309 bool IsNull() const { return m_string == nullptr; } in IsNull() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Utility/
DConstString.h311 bool IsNull() const { return m_string == nullptr; } in IsNull() function
/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
Dbuffer.h31 bool IsNull() const { return !o; } in IsNull() function
Dflexbuffers.h392 bool IsNull() const { return type_ == FBT_NULL; } in IsNull() function
/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
Dflatbuffers.h67 bool IsNull() const { return !o; } in IsNull() function
Dflexbuffers.h391 bool IsNull() const { return type_ == FBT_NULL; } in IsNull() function
/prebuilts/go/linux-x86/src/syscall/js/
Djs.go124 func (v Value) IsNull() bool { func