Searched defs:RefPointer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Drefcount.h99 class RefPointer { class in namespace:Security
102 RefPointer() : ptr(0) {} // default to NULL pointer function in class:Security::RefPointer
103 RefPointer(const RefPointer& p) { if (p) p->ref(); ptr = p.ptr; } function in class:Security::RefPointer
104 RefPointer(T *p) { if (p) p->ref(); ptr = p; } function in class:Security::RefPointer
107 RefPointer(cons function in class:Security::RefPointer
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Drefcount.h99 class RefPointer { class in namespace:Security
102 RefPointer() : ptr(0) {} // default to NULL pointer function in class:Security::RefPointer
103 RefPointer(const RefPointer& p) { if (p) p->ref(); ptr = p.ptr; } function in class:Security::RefPointer
104 RefPointer(T *p) { if (p) p->ref(); ptr = p; } function in class:Security::RefPointer
107 RefPointer(cons function in class:Security::RefPointer
[all...]

Completed in 110 milliseconds