Searched defs:getPtr (Results 1 – 12 of 12) sorted by relevance
26 template <typename T> inline T* getPtr(T* p) in getPtr() function
61 template <typename T> inline T* getPtr(const ListRefPtr<T>& p) in getPtr() function
66 template <typename T> inline T* getPtr(const OwnArrayPtr<T>& p) in getPtr() function
166 template <typename T> inline T* getPtr(const PassOwnPtr<T>& p) in getPtr() function
133 template <typename T> inline typename OwnPtr<T>::PtrType getPtr(const OwnPtr<T>& p) in getPtr() function
209 template <typename T> inline T* getPtr(const RefPtr<T>& p) in getPtr() function
254 template <typename T> inline T* getPtr(const PassRefPtr<T>& p) in getPtr() function
125 template <typename T> inline T* getPtr(const WeakGCPtr<T>& p) in getPtr() function
124 template <typename T> inline typename OwnPtrBrew<T>::PtrType getPtr(const OwnPtrBrew<T>& p) in getPtr() function
132 template <typename T> inline typename GOwnPtr<T>::PtrType getPtr(const GOwnPtr<T>& p) in getPtr() function
155 template <typename T> inline T* getPtr(const GRefPtr<T>& p) in getPtr() function
746 public int getPtr() { in getPtr() method in LexerCore