Home
last modified time | relevance | path

Searched refs:iteration_policy (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/spirit/home/classic/core/scanner/
Dskipper_fwd.hpp18 template <typename BaseT = iteration_policy>
21 template <typename BaseT = iteration_policy>
24 template <typename ParserT, typename BaseT = iteration_policy>
Dscanner_fwd.hpp22 struct iteration_policy;
32 typename IterationPolicyT = iteration_policy,
Dskipper.hpp114 iteration_policy const&);
Dscanner.hpp28 struct iteration_policy struct
/third_party/boost/libs/spirit/classic/test/
Dscanner_tests.cpp23 struct to_upper_iter_policy : public iteration_policy {
39 struct skip_white_iter_policy : public iteration_policy {
Ddirectives_tests.cpp32 typedef skipper_iteration_policy<iteration_policy> iter_policy; in directives_test1()
/third_party/boost/boost/spirit/home/classic/core/composite/impl/
Ddirectives.ipp74 iteration_policy const&)
122 iteration_policy const&)
132 iteration_policy const&)
/third_party/boost/tools/quickbook/src/
Dgrammar.hpp28 cl::iteration_policy,
/third_party/boost/libs/spirit/classic/example/fundamental/
Dparse_tree_calc1.cpp42 typedef scanner_policies<iteration_policy, match_policy_t, action_policy> scanner_policy_t;
/third_party/boost/boost/spirit/home/classic/core/scanner/impl/
Dskipper.ipp76 iteration_policy const&)
/third_party/boost/boost/spirit/home/classic/tree/
Dparse_tree.hpp253 scanner_policies<iteration_policy, pt_match_policy_t> in pt_parse()
Dast.hpp345 scanner_policies<iteration_policy, ast_match_policy_t> in ast_parse()
/third_party/boost/boost/spirit/home/classic/core/
Dtypeof.hpp211 BOOST_TYPEOF_REGISTER_TYPE(BOOST_SPIRIT_CLASSIC_NS::iteration_policy)
/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp699 typedef scanner_policies<iteration_policy, pt_match_policy_type> in parsetree_parse()