Searched refs:ResultList (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/util/
H A Dfilter-list.h23 inline typename Traits::ListCopy<InputIterator>::ResultList
25 typedef typename Traits::ListCopy<InputIterator>::ResultList ResultList; typedef
26 ResultList head;
27 ResultList tail;
32 head = tail = ResultList(*start);
37 set_rest(tail, ResultList(*start));
46 inline typename Traits::ListCopy<List<T> >::ResultList
H A Dreverse-list.h23 inline typename Traits::ListCopy<InputIterator>::ResultList
25 typename Traits::ListCopy<InputIterator>::ResultList head;
34 inline typename Traits::ListCopy<List<T> >::ResultList
H A Dlist-copy.h28 typedef typename Util::MutableList<ResultValue> ResultList; typedef in struct:Inkscape::Traits::ListCopy

Completed in 14 milliseconds