Searched refs:container_t (Results 1 – 12 of 12) sorted by relevance
251 typedef std::vector<value_type, allocator_type> container_t; typedef253 typedef std::list<value_type, allocator_type> container_t; typedef256 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 …]
87 typedef typename tree_match<iterator_t, NodeFactoryT, T>::container_t in concat()88 container_t; in concat() typedef96 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() typedef147 typedef typename container_t::iterator cont_iterator_t; in group_match()159 container_t* punset_id = &m.trees; in group_match()
82 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() typedef95 typedef typename container_t::iterator cont_iterator_t; in group_match()
24 typedef boost::unordered_map<int,int> container_t; in test_ticket_10336() typedef25 typedef container_t::const_iterator citer_t; in test_ticket_10336()28 const container_t c; in test_ticket_10336()
92 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_pred() typedef94 container_t reference_temp(cont); in test_pred()95 container_t test_temp(cont); in test_pred()
85 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_find_if_container() typedef89 container_t mcont; in test_find_if_container()
69 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_find_container() typedef73 container_t mcont; in test_find_container()
110 container_t; in test_min_element_impl() typedef114 container_t cont; in test_min_element_impl()
112 container_t; in test_max_element_impl() typedef116 container_t cont; in test_max_element_impl()
112 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_upper_bound_impl() typedef117 container_t mcont; in test_upper_bound_impl()
111 typedef BOOST_DEDUCED_TYPENAME boost::remove_const<Container>::type container_t; in test_lower_bound_impl() typedef116 container_t mcont; in test_lower_bound_impl()
269 …typedef typename parse_tree_match_type::container_t parse_tree_type; // parse_node_type::ch…