Searched refs:tag_func (Results 1 – 3 of 3) sorted by relevance
533 class tag_func {594 tag_func<T0>(T0(2)),595 tag_func<T1>(T1(3))630 tag_func<T0>(T0(2)),631 tag_func<T1>(T1(3)),632 tag_func<T2>(T2(4))675 tag_func<T3>(T3(5))721 tag_func<T4>(T4(6))770 tag_func<T5>(T5(7))824 tag_func<T6>(T6(8))[all …]
344 class tag_func { class347 tag_func(TT multiplier) : my_mult(multiplier) { } in tag_func() function in tag_func380 tag_func<int>(1), in TestSimpleSuccessorArc()381 tag_func<int>(1) in TestSimpleSuccessorArc()
301 class tag_func { class304 tag_func(TT multiplier) : my_mult(multiplier) { } in tag_func() function in tag_func1435 …TestJoinType node_to_test(g, tag_func<ItemType0>(ItemType0(2)), tag_func<ItemType1>(ItemType1(3))); in execute_test()