Home
last modified time | relevance | path

Searched defs:iterator_type (Results 1 – 25 of 268) sorted by relevance

1234567891011

/third_party/boost/boost/geometry/iterators/detail/point_iterator/
Diterator_type.hpp41 struct iterator_type struct
49 struct iterator_type<Linestring, linestring_tag> struct
51 typedef typename boost::range_iterator<Linestring>::type type;
56 struct iterator_type<Ring, ring_tag> struct
58 typedef typename boost::range_iterator<Ring>::type type;
63 class iterator_type<Polygon, polygon_tag> class
89 struct iterator_type<MultiPoint, multi_point_tag> struct
91 typedef typename boost::range_iterator<MultiPoint>::type type;
96 class iterator_type<MultiLinestring, multi_linestring_tag> class
114 class iterator_type<MultiPolygon, multi_polygon_tag> class
/third_party/boost/boost/geometry/iterators/detail/segment_iterator/
Diterator_type.hpp42 struct iterator_type struct
48 struct iterator_type<Linestring, linestring_tag> struct
53 > type;
58 struct iterator_type<Ring, ring_tag> struct
63 > type;
68 class iterator_type<Polygon, polygon_tag> class
103 class iterator_type<MultiLinestring, multi_linestring_tag> class
125 class iterator_type<MultiPolygon, multi_polygon_tag> class
/third_party/boost/boost/numeric/ublas/traits/
Diterator_type.hpp94 struct iterator_type<VectorT, void> struct
96 typedef typename vector_traits<VectorT>::iterator type;
106 struct iterator_type<MatrixT,tag::major> struct
108 …tor_type_impl<MatrixT,tag::major,typename matrix_traits<MatrixT>::orientation_category>::type type;
118 struct iterator_type<MatrixT,tag::minor> struct
120 …tor_type_impl<MatrixT,tag::minor,typename matrix_traits<MatrixT>::orientation_category>::type type;
/third_party/boost/boost/gil/
Dmetafunctions.hpp289 …T, typename L, bool IsPlanar=false, bool IsStep=false, bool IsMutable=true> struct iterator_type{}; struct
290 template <typename T, typename L> struct iterator_type<T,L,false,false,true > { using type = pixel<… argument
291 …emplate <typename T, typename L> struct iterator_type<T,L,false,false,false> { using type = pixel<… struct
292 … struct iterator_type<T,L,true,false,true> { using type = planar_pixel_iterator<T*,typename L::col… argument
293 … struct iterator_type<T,L,true,false,false> { using type = planar_pixel_iterator<const T*,typename… argument
294 template <typename T, typename L, bool IsPlanar, bool IsMutable> struct iterator_type<T,L,IsPlanar,… struct
295 …sing type = memory_based_step_iterator<typename iterator_type<T,L,IsPlanar,false,IsMutable>::type>;
/third_party/boost/boost/geometry/algorithms/detail/
Dmulti_modify.hpp39 typedef typename boost::range_iterator<MultiGeometry>::type iterator_type; in apply() typedef
51 typedef typename boost::range_iterator<MultiGeometry>::type iterator_type; in apply() typedef
/third_party/boost/boost/spirit/home/x3/support/ast/
Dposition_tagged.hpp30 typedef typename Container::value_type iterator_type; typedef in boost::spirit::x3::position_cache
62 … void annotate(AST& /* ast */, iterator_type /* first */, iterator_type /* last */, mpl::false_) in annotate() argument
/third_party/boost/libs/spirit/test/support/
Dregression_multi_pass_error_handler.cpp28 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef
47 typedef multi_pass<base_iterator_type> iterator_type; in main() typedef
/third_party/boost/boost/geometry/algorithms/detail/distance/
Diterator_selector.hpp33 typedef geometry::segment_iterator<Geometry> iterator_type; typedef
49 typedef geometry::point_iterator<MultiPoint> iterator_type; typedef
/third_party/boost/libs/numeric/odeint/test/
Dadaptive_iterator.cpp54 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
77 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
99 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
120 typedef adaptive_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
138 … typedef adaptive_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
155 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
Dadaptive_time_iterator.cpp58 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
69 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
79 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
91 …pedef adaptive_time_iterator< dummy_controlled_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
106 …def adaptive_time_iterator< dummy_dense_output_stepper , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
122 …boost::reference_wrapper< dummy_dense_output_stepper > , empty_system , state_type > iterator_type; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/boost/geometry/strategies/spherical/
Denvelope_multipoint.hpp76 >::type iterator_type; in analyze_point_coordinates() typedef
120 >::type iterator_type; in maximum_gap() typedef
157 >::type iterator_type; in get_min_max_longitudes() typedef
239 >::type iterator_type; in apply() typedef
/third_party/boost/boost/wave/util/
Dunput_queue_iterator.hpp57 typedef IteratorT iterator_type; typedef in boost::wave::util::unput_queue_iterator
131 typedef IteratorT iterator_type; typedef
165 iterator_type; typedef
229 typedef unput_queue_iterator<IteratorT, TokenT, ContainerT> iterator_type; typedef
/third_party/boost/libs/spirit/test/lex/
Dtest_parser.hpp27 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef
48 typedef typename Lexer::iterator_type iterator_type; in test_parser() typedef
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Drange_in_geometry.hpp39 typedef geometry::point_iterator<Geometry const> iterator_type; typedef
62 typedef const point_type * iterator_type; typedef
119 typedef typename points_range<Geometry1>::iterator_type iterator_type; in range_in_geometry() typedef
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dfunction.cpp13 typedef std::string::const_iterator iterator_type; typedef
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dfunction.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dexpression.cpp13 typedef std::string::const_iterator iterator_type; typedef
Dstatement.cpp13 typedef std::string::const_iterator iterator_type; typedef
/third_party/boost/boost/spirit/repository/home/qi/directive/
Dkwd.hpp631 typedef typename MakeDirectiveHelper::iterator_type iterator_type; typedef
699 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
795 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
819 typedef repository::qi::kwd_pass_iterator<int> iterator_type; typedef
842 typedef repository::qi::kwd_exact_iterator<T> iterator_type; typedef
902 typedef repository::qi::kwd_exact_iterator<T2> iterator_type; typedef
925 typedef repository::qi::kwd_exact_iterator<T2> iterator_type; typedef
949 typedef repository::qi::kwd_finite_iterator<T> iterator_type; typedef
1012 typedef repository::qi::kwd_finite_iterator<T2> iterator_type; typedef
1038 typedef repository::qi::kwd_finite_iterator<T2> iterator_type; typedef
[all …]

1234567891011