Searched refs:match_t (Results 1 – 4 of 4) sorted by relevance
73 typedef typename MatchPolicyT::match_t match_t; typedef82 std::back_insert_iterator<typename match_t::container_t>(a.trees)); in concat()97 match_t newmatch(m.length(), in group_match()
74 typedef typename MatchPolicyT::match_t match_t; typedef171 match_t newmatch(m.length(), in group_match()
693 typedef tree_match<IteratorT, NodeFactoryT, T> match_t; typedef698 static const match_t no_match() { return match_t(); } in no_match()699 static const match_t empty_match() in empty_match()700 { return match_t(0, tree_policy_t::empty_node()); } in empty_match()787 typedef typename MatchPolicyT::match_t match_t; typedef806 static void apply_op_to_match(FunctorT const& op, match_t& m) in apply_op_to_match()
76 typename add_lvalue_reference<head_type>::type>::type match_t; typedef77 BOOST_STATIC_CONSTANT(bool, match = match_t::value);