HomeSort by relevance Sort by last modified time
    Searched defs:RefBase (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkRef.hpp 244 class RefBase
247 ~RefBase (void);
254 RefBase (RefData<T> data) : m_data(data) {}
265 inline RefBase<T>::~RefBase (void)
271 inline void RefBase<T>::reset (void)
280 inline RefData<T> RefBase<T>::disown (void) throw()
288 inline void RefBase<T>::assign (RefData<T> data)
300 class Move : public RefBase<T>
305 : RefBase<T>(RefData<T>(object.object, deleter)
    [all...]
  /frameworks/rs/cpp/util/
RefBase.h 65 class RefBase
79 RefBase* refBase() const;
121 typedef RefBase basetype;
124 RefBase();
125 virtual ~RefBase();
155 RefBase(const RefBase& o);
156 RefBase& operator=(const RefBase& o)
    [all...]
  /frameworks/rs/server/
RefBase.h 64 class RefBase
78 RefBase* refBase() const;
120 typedef RefBase basetype;
123 RefBase();
124 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o)
    [all...]
  /external/eigen/Eigen/src/Core/
Ref.h 15 template<typename Derived> class RefBase;
120 struct traits<RefBase<Derived> > : public traits<Derived> {};
124 template<typename Derived> class RefBase
133 EIGEN_DENSE_PUBLIC_INTERFACE(RefBase)
148 RefBase()
155 EIGEN_INHERIT_ASSIGNMENT_OPERATORS(RefBase)
189 : public RefBase<Ref<PlainObjectType, Options, StrideType> >
198 typedef RefBase<Ref> Base;
230 : public RefBase<Ref<const TPlainObjectType, Options, StrideType> >
235 typedef RefBase<Ref> Base
    [all...]
  /system/core/include/utils/
RefBase.h 69 class RefBase
83 RefBase* refBase() const;
125 typedef RefBase basetype;
128 RefBase();
129 virtual ~RefBase();
154 RefBase(const RefBase& o);
155 RefBase& operator=(const RefBase& o)
    [all...]
  /system/core/libutils/
RefBase.cpp 17 #define LOG_TAG "RefBase"
28 #include <utils/RefBase.h>
79 // A weakref_impl is allocated as the value of mRefs in a RefBase object on
81 // In the OBJECT_LIFETIME_STRONG case, it is deallocated in the RefBase
87 // In the OBJECT_LIFETIME_WEAK case, it is always deallocated from the RefBase
125 class RefBase::weakref_impl : public RefBase::weakref_type
130 RefBase* const mBase;
135 weakref_impl(RefBase* base)
154 weakref_impl(RefBase* base
    [all...]

Completed in 147 milliseconds