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

/external/chromium/chrome/common/
H A Dref_counted_util.h12 // RefCountedVector is just a vector wrapped up with
15 class RefCountedVector class in inherits:base::RefCountedThreadSafe
16 : public base::RefCountedThreadSafe<RefCountedVector<T> > {
18 RefCountedVector() {} function in class:RefCountedVector
19 explicit RefCountedVector(const std::vector<T>& initializer) function in class:RefCountedVector
24 DISALLOW_COPY_AND_ASSIGN(RefCountedVector<T>);

Completed in 71 milliseconds