Home
last modified time | relevance | path

Searched refs:hold_directive (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/qi/directive/
Dhold.hpp42 struct hold_directive : unary_parser<hold_directive<Subject> > struct
45 hold_directive(Subject const& subject_) in hold_directive() argument
86 typedef hold_directive<Subject> result_type;
98 struct has_semantic_action<qi::hold_directive<Subject> >
104 struct handles_container<qi::hold_directive<Subject>, Attribute
/third_party/boost/boost/spirit/repository/home/qi/operator/detail/
Dkeywords.hpp26 struct is_distinct< spirit::qi::hold_directive<T> > : T::distinct { };
168 struct result<F(spirit::qi::hold_directive<Element>)>
270 struct result<F(spirit::qi::hold_directive<Element>)>
407 … int call( const spirit::qi::hold_directive<T> & parser, const Position position) const in call()
580 … int call( const spirit::qi::hold_directive<T> & parser, const Position /*position*/) const in call()
621 … static bool call(spirit::qi::hold_directive<Subject> const &subject,bool &flag, int &counter) in call()
642 static Subject const& call(spirit::qi::hold_directive<Subject> const &subject) in call()
/third_party/boost/boost/spirit/repository/home/qi/operator/
Dkeywords.hpp86 …struct is_kwd_parser<spirit::qi::hold_directive<Subject> > : detail::has_kwd_parser_id<Subject> {};
95 …struct is_complex_kwd_parser<spirit::qi::hold_directive<Subject> > : detail::has_complex_kwd_parse…