Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_large_arity.pass.cpp80 using CRefFn = make_function_t<int const &, Size>; in test_all() typedef
81 CRefFn cref_fn = &test_apply_fn; in test_all()
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dlarge_arity.pass.cpp81 using CRefFn = make_function_t<int const &, Size>; in test_all() typedef
82 CRefFn cref_fn = &test_apply_fn; in test_all()