HomeSort by relevance Sort by last modified time
    Searched refs:SmartPtr (Results 1 - 13 of 13) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
SmartPtr.h 23 class SmartPtr
26 explicit SmartPtr(T* ptr = (T*)NULL) {
40 SmartPtr<T,threadSafe>(const SmartPtr<T,false>& rhs) {
52 SmartPtr<T,threadSafe>(SmartPtr<T,true>& rhs) {
66 ~SmartPtr() {
95 bool operator <(const SmartPtr<T>& t1) const {
99 SmartPtr<T,threadSafe>& operator=(const SmartPtr<T,false>& rhs
    [all...]