Home
last modified time | relevance | path

Searched refs:match_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/classic/tree/
Dparse_tree.hpp73 typedef typename MatchPolicyT::match_t match_t; typedef
82 std::back_insert_iterator<typename match_t::container_t>(a.trees)); in concat()
97 match_t newmatch(m.length(), in group_match()
Dast.hpp74 typedef typename MatchPolicyT::match_t match_t; typedef
171 match_t newmatch(m.length(), in group_match()
Dcommon.hpp693 typedef tree_match<IteratorT, NodeFactoryT, T> match_t; typedef
698 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; typedef
806 static void apply_op_to_match(FunctorT const& op, match_t& m) in apply_op_to_match()
/third_party/boost/boost/python/detail/
Ddef_helper.hpp76 typename add_lvalue_reference<head_type>::type>::type match_t; typedef
77 BOOST_STATIC_CONSTANT(bool, match = match_t::value);