Home | History | Annotate | Download | only in base

Lines Matching defs:Helper

86   struct Helper : RefCountInterface {
87 virtual ~Helper() {}
90 template <class T> struct HelperImpl : Helper {
97 scoped_refptr<Helper> helper_;
116 struct Helper : RefCountInterface {
117 virtual ~Helper() {}
120 template <class T> struct HelperImpl : Helper {
127 scoped_refptr<Helper> helper_;
147 struct Helper : RefCountInterface {
148 virtual ~Helper() {}
151 template <class T> struct HelperImpl : Helper {
158 scoped_refptr<Helper> helper_;
179 struct Helper : RefCountInterface {
180 virtual ~Helper() {}
183 template <class T> struct HelperImpl : Helper {
190 scoped_refptr<Helper> helper_;
212 struct Helper : RefCountInterface {
213 virtual ~Helper() {}
216 template <class T> struct HelperImpl : Helper {
223 scoped_refptr<Helper> helper_;
246 struct Helper : RefCountInterface {
247 virtual ~Helper() {}
250 template <class T> struct HelperImpl : Helper {
257 scoped_refptr<Helper> helper_;