Home
last modified time | relevance | path

Searched refs:copyFrom (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/shared/emugl/common/
Dsmart_ptr.h61 void* copyFrom(const SmartPtrBase& other);
113 void* old_ptr = copyFrom(static_cast<const SmartPtrBase&>(other));
Dsmart_ptr.cpp84 void* SmartPtrBase::copyFrom(const SmartPtrBase& other) { in copyFrom() function in emugl::SmartPtrBase