Searched refs:IteratorImpl (Results 1 – 5 of 5) sorted by relevance
246 struct IteratorImpl { struct247 template<class T> friend class IteratorImpl;251 template struct Foo::IteratorImpl<int>; member in test11::Foo252 template struct Foo::IteratorImpl<long>; member in test11::Foo
196 class IteratorImpl; variable
290 class IteratorImpl; variable
663 class BackendImplV3::IteratorImpl : public Backend::Iterator { class in disk_cache::BackendImplV3665 explicit IteratorImpl(base::WeakPtr<InFlightBackendIO> background_queue) in IteratorImpl() function in disk_cache::BackendImplV3::IteratorImpl683 return scoped_ptr<Backend::Iterator>(new IteratorImpl(GetBackgroundQueue())); in CreateIterator()
1250 class BackendImpl::IteratorImpl : public Backend::Iterator { class in disk_cache::BackendImpl1252 explicit IteratorImpl(base::WeakPtr<InFlightBackendIO> background_queue) in IteratorImpl() function in disk_cache::BackendImpl::IteratorImpl1257 virtual ~IteratorImpl() { in ~IteratorImpl()1276 return scoped_ptr<Backend::Iterator>(new IteratorImpl(GetBackgroundQueue())); in CreateIterator()