Home | History | Annotate | Download | only in platform

Lines Matching refs:DeprecatedPtrListImpl

34 class DeprecatedPtrListImpl
38 DeprecatedPtrListImpl(void (*deleteFunc)(void *));
39 DeprecatedPtrListImpl(const DeprecatedPtrListImpl &impl);
40 ~DeprecatedPtrListImpl();
73 DeprecatedPtrListImpl &assign(const DeprecatedPtrListImpl &impl, bool deleteItems);
76 DeprecatedPtrListImpl &operator =(const DeprecatedPtrListImpl &impl);
78 void swap(DeprecatedPtrListImpl &impl);
97 DeprecatedPtrListImplIterator(const DeprecatedPtrListImpl &impl);
112 const DeprecatedPtrListImpl *list;
117 friend class DeprecatedPtrListImpl;