Searched refs:RefFn (Results 1 – 3 of 3) sorted by relevance
135 typedef int &(*RefFn)(); in testFunctionPointerReturn() typedef137 RefFn getRef = (RefFn)opaque; in testFunctionPointerReturn()
77 using RefFn = make_function_t<int &, Size>; in test_all() typedef78 RefFn ref_fn = &test_apply_fn; in test_all()
78 using RefFn = make_function_t<int &, Size>; in test_all() typedef79 RefFn ref_fn = &test_apply_fn; in test_all()