Searched defs:UnspecifiedBoolType (Results 1 – 14 of 14) sorted by relevance
92 typedef T* GOwnPtr::*UnspecifiedBoolType; typedef93 operator UnspecifiedBoolType() const { return m_ptr ? &GOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
101 typedef T* GRefPtr::*UnspecifiedBoolType; typedef102 operator UnspecifiedBoolType() const { return m_ptr ? &GRefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
69 typedef T* OwnArrayPtr::*UnspecifiedBoolType; typedef70 operator UnspecifiedBoolType() const { return m_ptr ? &OwnArrayPtr::m_ptr : 0; } in UnspecifiedBoolType() function
71 typedef PtrType OwnPtr::*UnspecifiedBoolType; typedef72 operator UnspecifiedBoolType() const { return m_ptr ? &OwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
71 typedef PtrType PassOwnPtr::*UnspecifiedBoolType; typedef72 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnPtr::m_ptr : 0; } in UnspecifiedBoolType() function
72 typedef PtrType PassOwnArrayPtr::*UnspecifiedBoolType; typedef73 operator UnspecifiedBoolType() const { return m_ptr ? &PassOwnArrayPtr::m_ptr : 0; } in UnspecifiedBoolType() function
86 typedef PtrType RetainPtr::*UnspecifiedBoolType; typedef87 operator UnspecifiedBoolType() const { return m_ptr ? &RetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
72 operator UnspecifiedBoolType() const { return m_ptr ? &RefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
90 operator UnspecifiedBoolType() const { return m_ptr ? &PassRefPtr::m_ptr : 0; } in UnspecifiedBoolType() function
98 typedef PtrType WKRetainPtr::*UnspecifiedBoolType; typedef99 operator UnspecifiedBoolType() const { return m_ptr ? &WKRetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
59 typedef T JSRetainPtr::*UnspecifiedBoolType; typedef60 operator UnspecifiedBoolType() const { return m_ptr ? &JSRetainPtr::m_ptr : 0; } in UnspecifiedBoolType() function
43 …operator UnspecifiedBoolType() const { return m_resource ? &CachedResourceHandleBase::m_resource :… in UnspecifiedBoolType() function
81 typedef T* (COMPtr::*UnspecifiedBoolType)() const; typedef82 operator UnspecifiedBoolType() const { return m_ptr ? &COMPtr::get : 0; } in UnspecifiedBoolType() function
175 typedef void* (A::*UnspecifiedBoolType)() const; typedef in test8::A