Searched refs:refactor_unary_d (Results 1 – 4 of 4) sorted by relevance
62 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()
48 const refactor_t refactor_item_d = refactor_t(refactor_unary_d);71 const refactor_t refactor_item_d = refactor_t(refactor_unary_d);
93 const refactor_t refactor_body_d = refactor_t(refactor_unary_d);116 const refactor_t refactor_body_d = refactor_t(refactor_unary_d);
110 const refactor_unary_gen<> refactor_unary_d = refactor_unary_gen<>(); variable