Home | History | Annotate | Download | only in core

Lines Matching full:reference

25     objects. When a new owner wants a reference, it calls ref(). When an owner
26 wants to release its reference, it calls unref(). When the shared object's
27 reference count goes to zero as the result of an unref() call, its (virtual)
34 /** Default construct, initializing the reference count to 1.
38 /** Destruct, asserting that the reference count is 1.
42 /** Return the reference count.
46 /** Increment the reference count. Must be balanced by a call to unref().
53 /** Decrement the reference count. If the reference count is 1 before the
107 unref() on it, set its reference to null, and return true
112 unref() on it, set its reference to null, and return the object