Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/tree/
Dcommon.hpp784 struct common_tree_tree_policy struct
786 typedef typename MatchPolicyT::iterator_t iterator_t;
787 typedef typename MatchPolicyT::match_t match_t;
788 typedef typename NodeFactoryT::template factory<iterator_t> factory_t;
789 typedef typename factory_t::node_t node_t;
793 create_node(std::size_t /*length*/, Iterator1T const& first, in create_node()
800 empty_node() in empty_node()
806 static void apply_op_to_match(FunctorT const& op, match_t& m) in apply_op_to_match()