class ReferenceRenamer

Defined at line 265 of file ../../third_party/android/platform/system/core/include/utils/RefBase.h

Public Methods

void operator() (size_t i)

Protected Methods

void ~ReferenceRenamer ()

destructor is purposely not virtual so we avoid code overhead from

subclasses; we have to make it protected to guarantee that it

cannot be called from this base class (and to make strict compilers

happy).

Defined at line 271 of file ../../third_party/android/platform/system/core/include/utils/RefBase.h