Home | History | Annotate | Download | only in common

Lines Matching full:there

31 // end of a scope.  There are two main classes you will use, which correspond
90 // There is no way to create an uninitialized scoped_ptr.
94 // Destructor. If there is a C object, delete it.
113 // operator* and operator-> will assert() if there is no current object.
195 // There is no way to create an uninitialized scoped_array.
199 // Destructor. If there is a C object, delete it.
218 // Will assert() if there is no current object, or index i is negative.
226 // If there is no current object, return NULL.
303 // There is no way to create an uninitialized scoped_ptr.
309 // Destructor. If there is a C object, call the Free functor.
326 // operator* and operator-> will cause an assert() failure if there is