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

  /system/core/libutils/include/utils/
LightRefBase.h 32 class LightRefBase
35 inline LightRefBase() : mCount(0) { }
50 typedef LightRefBase<T> basetype;
53 inline ~LightRefBase() { }
65 // This is a wrapper around LightRefBase that simply enforces a virtual
66 // destructor to eliminate the template requirement of LightRefBase
67 class VirtualLightRefBase : public LightRefBase<VirtualLightRefBase> {
  /frameworks/rs/cpp/util/
RefBase.h 164 class LightRefBase
167 inline LightRefBase() : mCount(0) { }
181 typedef LightRefBase<T> basetype;
184 inline ~LightRefBase() { }

Completed in 180 milliseconds