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

/external/libbrillo/brillo/glib/
H A Dobject.h331 // \brief ScopedPtrArray adapts ::GPtrArray* to conform to the standard
334 // \note ScopedPtrArray is only partially implemented and is being fleshed out
337 // \models Random Access Container, Back Insertion Sequence, ScopedPtrArray is
341 class ScopedPtrArray { class in namespace:brillo::glib
350 ScopedPtrArray() function in class:brillo::glib::ScopedPtrArray
354 explicit ScopedPtrArray(::GPtrArray* x) function in class:brillo::glib::ScopedPtrArray
358 ~ScopedPtrArray() {
384 DCHECK(!(size() < n)) << "ScopedPtrArray index out-of-bound.";
415 friend void swap(ScopedPtrArray<U>& x, ScopedPtrArray<
[all...]

Completed in 112 milliseconds