Searched refs:second_argument_type (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | toposweep.cpp | 242 typedef typename C::second_argument_type first_argument_type; 243 typedef typename C::first_argument_type second_argument_type; typedef in struct:Geom::ReverseAdapter 247 result_type operator()(const first_argument_type &a, const second_argument_type &b) const { return comp(b, a); } 254 typedef typename boost::shared_ptr<typename C::second_argument_type> second_argument_type; typedef in struct:Geom::DerefAdapter 258 result_type operator()(const first_argument_type a, const second_argument_type b) const { 267 typedef TopoGraph::Edge second_argument_type; typedef in struct:Geom::EdgeSorter 336 typedef typename C::second_argument_type second_argument_type; typedef in struct:Geom::ContextAdapter 340 result_type operator()(const Context &a, const second_argument_type [all...] |
H A D | toposweep.h | 155 typedef Section second_argument_type; typedef in class:Geom::SectionSorter 165 typedef Section second_argument_type; typedef in struct:Geom::SweepSorter |
Completed in 16 milliseconds