Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/classic/example/fundamental/
Drefactoring.cpp62 result = parse(test_string, refactor_unary_d[*anychar_p - '\n'] >> '\n'); in main()
169 refactor_action_gen<refactor_unary_gen<> >(refactor_unary_d); in main()
/third_party/boost/boost/spirit/home/classic/utility/impl/
Dlists.ipp48 const refactor_t refactor_item_d = refactor_t(refactor_unary_d);
71 const refactor_t refactor_item_d = refactor_t(refactor_unary_d);
Dconfix.ipp93 const refactor_t refactor_body_d = refactor_t(refactor_unary_d);
116 const refactor_t refactor_body_d = refactor_t(refactor_unary_d);
/third_party/boost/boost/spirit/home/classic/meta/
Drefactoring.hpp110 const refactor_unary_gen<> refactor_unary_d = refactor_unary_gen<>(); variable