Home
last modified time | relevance | path

Searched defs:container_iterator (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp181 struct container_iterator struct
183 typedef typename Container::iterator type;
187 struct container_iterator<Container&> struct
192 struct container_iterator<Container const> struct
194 typedef typename Container::const_iterator type;
198 struct container_iterator<optional<T> > struct
203 struct container_iterator<optional<T> const> struct
208 struct container_iterator<iterator_range<Iterator> > struct
210 typedef Iterator type;
214 struct container_iterator<unused_type> struct
[all …]
Dadapt_adt_attributes.hpp93 struct container_iterator< struct
105 struct container_iterator< struct
/third_party/boost/libs/spirit/example/karma/
Dcustomize_embedded_container.cpp56 struct container_iterator<client::embedded_container const> struct
58 typedef client::embedded_container::iterator type;
Dcustomize_counter.cpp58 struct container_iterator<client::counter const> struct
60 typedef client::counter::iterator type;
Dcustomize_use_as_container.cpp74 struct container_iterator<client::use_as_container const> struct
76 typedef client::use_as_container::iterator type;
/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp97 struct container_iterator struct
101 struct container_iterator<Container const> struct
105 struct container_iterator<unused_type> struct
109 struct container_iterator<unused_type const> struct
/third_party/boost/boost/spirit/home/karma/
Dphoenix_attributes.hpp45 struct container_iterator<phoenix::actor<Eval> const> struct
47 typedef phoenix::actor<Eval> const& type;
/third_party/boost/boost/heap/
Dd_ary_heap.hpp71 typedef typename container_type::const_iterator container_iterator; typedef in boost::heap::detail::d_ary_heap
329 typedef typename container_type::const_iterator container_iterator; in top_child_index() typedef