Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_large_arity.pass.cpp61 bool test_apply_fn(Types...) { return true; } in test_apply_fn() function
75 ValFn val_fn = &test_apply_fn; in test_all()
78 RefFn ref_fn = &test_apply_fn; in test_all()
81 CRefFn cref_fn = &test_apply_fn; in test_all()
84 RRefFn rref_fn = &test_apply_fn; in test_all()
121 ValFn val_fn = &test_apply_fn; in test_one()