Searched refs:DeleterT (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deSharedPtr.hpp | 379 template<class T, class DeleterT, bool threadSafeT, class U, class DeleterU, bool threadSafeU> 380 inline bool operator== (const SharedPtr<T, DeleterT, threadSafeT>& a, const SharedPtr<U, DeleterU, … in operator ==() argument 391 template<class T, class DeleterT, bool threadSafeT, class U, class DeleterU, bool threadSafeU> 392 inline bool operator!= (const SharedPtr<T, DeleterT, threadSafeT>& a, const SharedPtr<U, DeleterU, … in operator !=() argument
|