Home
last modified time | relevance | path

Searched refs:old_ptr (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Drefcnt_ptr.h74 pointer old_ptr = ptr_; variable
79 if (old_ptr) {
80 old_ptr->Unref();
H A Dunique_ptr.h149 pointer old_ptr = ptr_; variable
151 if (old_ptr) {
152 deleter_(old_ptr); variable
296 pointer old_ptr = ptr_; variable
298 if (old_ptr) {
299 deleter_(old_ptr); variable

Completed in 1 milliseconds