Searched refs:fold_child (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/spirit/classic/test/ |
D | tree_tests.cpp | 186 struct fold_child struct 194 struct fold_child<nil_t> struct 229 test_impl::fold_child<T1>()(t, p1, 0); in fold() 230 test_impl::fold_child<T2>()(t, p2, 1); in fold() 231 test_impl::fold_child<T3>()(t, p3, 2); in fold() 232 test_impl::fold_child<T4>()(t, p4, 3); in fold() 233 test_impl::fold_child<T5>()(t, p5, 4); in fold() 234 test_impl::fold_child<T6>()(t, p6, 5); in fold() 235 test_impl::fold_child<T7>()(t, p7, 6); in fold() 236 test_impl::fold_child<T8>()(t, p8, 7); in fold()
|