Home
last modified time | relevance | path

Searched defs:intrusive_ptr (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/util/
Dpointer.hpp116 class intrusive_ptr { class
118 intrusive_ptr(T *q = NULL) : p(q) { in intrusive_ptr() function in clover::intrusive_ptr
123 intrusive_ptr(const intrusive_ptr &ptr) : in intrusive_ptr() function in clover::intrusive_ptr
127 intrusive_ptr(intrusive_ptr &&ptr) : in intrusive_ptr() function in clover::intrusive_ptr