OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RF2
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp
109
typedef bool& (&
RF2
)(int, int);
121
test_result_of<
RF2
(int, long), bool&>();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp
79
typedef bool& (&
RF2
)(int, int);
91
test_result_of<
RF2
(int, long), bool&>();
Completed in 172 milliseconds