Home
last modified time | relevance | path

Searched refs:container_t (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp251 typedef std::vector<value_type, allocator_type> container_t; typedef
253 typedef std::list<value_type, allocator_type> container_t; typedef
256 typedef typename container_t::iterator iterator_t;
257 typedef typename container_t::const_iterator const_iterator_t;
297 typename container_t::iterator begin() in begin()
302 typename container_t::const_iterator begin() const in begin()
307 typename container_t::iterator end() in end()
312 typename container_t::const_iterator end() const in end()
348 container_t text;
452 typename node_t::container_t c; in group_nodes()
[all …]
Dast.hpp87 typedef typename tree_match<iterator_t, NodeFactoryT, T>::container_t in concat()
88 container_t; in concat() typedef
96 container_t tmp; in concat()
99 container_t* pnon_root_trees = &a.trees; in concat()
117 std::back_insert_iterator<container_t>( in concat()
127 std::back_insert_iterator<container_t>(a.trees)); in concat()
145 typedef typename tree_match<iterator_t, NodeFactoryT, T>::container_t in group_match()
146 container_t; in group_match() typedef
147 typedef typename container_t::iterator cont_iterator_t; in group_match()
159 container_t* punset_id = &m.trees; in group_match()
Dparse_tree.hpp82 std::back_insert_iterator<typename match_t::container_t>(a.trees)); in concat()
93 typedef typename tree_match<iterator_t, NodeFactoryT, T>::container_t in group_match()
94 container_t; in group_match() typedef
95 typedef typename container_t::iterator cont_iterator_t; in group_match()
/third_party/boost/libs/range/test/
Dticket_10336.cpp24 typedef boost::unordered_map<int,int> container_t; in test_ticket_10336() typedef
25 typedef container_t::const_iterator citer_t; in test_ticket_10336()
28 const container_t c; in test_ticket_10336()
/third_party/boost/libs/range/test/algorithm_test/
Dequal_range.cpp92 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_pred() typedef
94 container_t reference_temp(cont); in test_pred()
95 container_t test_temp(cont); in test_pred()
Dfind_if.cpp85 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_find_if_container() typedef
89 container_t mcont; in test_find_if_container()
Dfind.cpp69 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_find_container() typedef
73 container_t mcont; in test_find_container()
Dmin_element.cpp110 container_t; in test_min_element_impl() typedef
114 container_t cont; in test_min_element_impl()
Dmax_element.cpp112 container_t; in test_max_element_impl() typedef
116 container_t cont; in test_max_element_impl()
Dupper_bound.cpp112 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_upper_bound_impl() typedef
117 container_t mcont; in test_upper_bound_impl()
Dlower_bound.cpp111 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_lower_bound_impl() typedef
116 container_t mcont; in test_lower_bound_impl()
/third_party/boost/boost/wave/util/
Dcpp_iterator.hpp269 …typedef typename parse_tree_match_type::container_t parse_tree_type; // parse_node_type::ch…