Home
last modified time | relevance | path

Searched defs:common_tree_match_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.hpp678 struct common_tree_match_policy : public match_policy struct
680 common_tree_match_policy() in common_tree_match_policy() argument
685 common_tree_match_policy(PolicyT const & policies) in common_tree_match_policy() argument
691 struct result { typedef tree_match<IteratorT, NodeFactoryT, U> type; };
693 typedef tree_match<IteratorT, NodeFactoryT, T> match_t;
694 typedef IteratorT iterator_t;
695 typedef TreePolicyT tree_policy_t;
696 typedef NodeFactoryT factory_t;
698 static const match_t no_match() { return match_t(); } in no_match()
699 static const match_t empty_match() in empty_match()
[all …]