Searched defs:isNull (Results 1 - 25 of 123) sorted by relevance

12345

/external/llvm/include/llvm/ADT/
H A DNullablePtr.h31 bool isNull() const { return Ptr == 0; } function in class:llvm::NullablePtr
/external/chromium/webkit/glue/
H A Dcpp_variant.h87 bool isNull() const { return (type == NPVariantType_Null); } function in class:CppVariant
88 bool isEmpty() const { return (isVoid() || isNull()); }
/external/mockito/src/org/mockito/internal/util/reflection/
H A DFieldReader.java23 public boolean isNull() { method in class:FieldReader
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptprogram.cpp90 bool QScriptProgram::isNull() const function in class:QScriptProgram
92 return d_ptr->isNull();
H A Dqscriptprogram_p.h46 inline bool isNull() const;
85 if (!isNull()) {
91 bool QScriptProgramPrivate::isNull() const function in class:QScriptProgramPrivate
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DCString.h70 bool isNull() const { return !m_buffer; } function in class:WTF::CString
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCString.h70 bool isNull() const { return !m_private; } function in class:WebDOMCString
H A DWebDOMString.h61 bool isNull() const { return !m_private; } function in class:WebDOMString
/external/webkit/Source/WebCore/dom/
H A DSpaceSplitString.h83 bool isNull() const { return !m_data; } function in class:WebCore::SpaceSplitStringData
/external/webkit/Source/WebCore/platform/network/
H A DAuthenticationChallengeBase.cpp77 bool AuthenticationChallengeBase::isNull() const function in class:WebCore::AuthenticationChallengeBase
89 if (a.isNull() && b.isNull())
92 if (a.isNull() || b.isNull())
H A DSocketStreamErrorBase.h46 bool isNull() const { return m_isNull; } function in class:WebCore::SocketStreamErrorBase
/external/webkit/Source/WebCore/platform/text/
H A DStringWithDirection.h64 bool isNull() const { return m_string.isNull(); } function in class:WebCore::StringWithDirection
/external/webkit/Source/WebKit/chromium/public/
H A DWebAccessibilityObject.h69 bool isNull() const { return !m_private; } function in class:WebKit::WebAccessibilityObject
H A DWebData.h82 bool isNull() const { return !m_private; } function in class:WebKit::WebData
H A DWebDragData.h67 bool isNull() const { return !m_private; } function in class:WebKit::WebDragData
H A DWebHistoryItem.h67 bool isNull() const { return m_private.isNull(); } function in class:WebKit::WebHistoryItem
H A DWebPrivatePtr.h49 bool isNull() const { return !m_ptr; } function in class:WebKit::WebPrivatePtr
H A DWebRange.h63 bool isNull() const { return !m_private; } function in class:WebKit::WebRange
H A DWebSecurityOrigin.h66 bool isNull() const { return !m_private; } function in class:WebKit::WebSecurityOrigin
H A DWebSerializedScriptValue.h62 bool isNull() const { return m_private.isNull(); } function in class:WebKit::WebSerializedScriptValue
H A DWebURLLoadTiming.h58 bool isNull() const { return m_private.isNull(); } function in class:WebKit::WebURLLoadTiming
/external/webkit/Source/WebKit2/Shared/
H A DWebURL.h49 bool isNull() const { return m_string.isNull(); } function in class:WebKit::WebURL
/external/webkit/Tools/DumpRenderTree/chromium/
H A DCppVariant.h110 bool isNull() const { return (type == NPVariantType_Null); } function in class:CppVariant
111 bool isEmpty() const { return (isVoid() || isNull()); }
/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h85 bool isNull() { function in struct:clang::ConversionFixItGenerator
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrixCursor.java72 public boolean isNull(int column) { method in class:ShadowMatrixCursor

Completed in 5743 milliseconds

12345