Searched defs:UnspecifiedBoolType (Results 1 – 9 of 9) sorted by relevance
46 typedef const T* UnspecifiedBoolType; typedef47 operator UnspecifiedBoolType() const { return m_isNull ? 0 : &m_value; } in UnspecifiedBoolType() function
42 typedef Resource* ResourcePtrBase::*UnspecifiedBoolType; typedef43 operator UnspecifiedBoolType() const { return m_resource ? &ResourcePtrBase::m_resource : 0; } in UnspecifiedBoolType() function
67 typedef PtrType PassOwnPtr::*UnspecifiedBoolType; typedef68 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
85 typedef PtrType OwnPtr::*UnspecifiedBoolType; typedef86 operator UnspecifiedBoolType() const { return m_ptr ? &OwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
101 typedef PtrType RetainPtr::*UnspecifiedBoolType; typedef102 operator UnspecifiedBoolType() const { return m_ptr ? &RetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
101 operator UnspecifiedBoolType() const { return get() ? &WeakPtr::m_ref : 0; } in UnspecifiedBoolType() function
89 operator UnspecifiedBoolType() const { return m_ptr ? &PassRefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
73 operator UnspecifiedBoolType() const { return m_ptr ? &RefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
175 typedef void* (A::*UnspecifiedBoolType)() const; typedef in test8::A