Lines Matching full:there
7 // end of a scope. There are two main classes you will use, which correspond
67 // There is no way to create an uninitialized scoped_ptr.
71 // Destructor. If there is a C object, delete it.
90 // operator* and operator-> will assert() if there is no current object.
172 // There is no way to create an uninitialized scoped_array.
176 // Destructor. If there is a C object, delete it.
195 // Will assert() if there is no current object, or index i is negative.
203 // If there is no current object, return NULL.
280 // There is no way to create an uninitialized scoped_ptr.
286 // Destructor. If there is a C object, call the Free functor.
302 // operator* and operator-> will cause an assert() failure if there is