OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_const
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp
29
test_const
(const F& f, R expected)
function
47
test_const
(std::bind(A_int_0()), 5);
52
test_const
(std::bind<int>(A_int_0()), 5);
invoke_void_0.pass.cpp
33
test_const
(const F& f)
function
53
test_const
(std::bind(A_int_0()));
58
test_const
(std::bind<void>(A_int_0()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp
29
test_const
(const F& f, R expected)
function
47
test_const
(std::bind(A_int_0()), 5);
52
test_const
(std::bind<int>(A_int_0()), 5);
invoke_void_0.pass.cpp
33
test_const
(const F& f)
function
53
test_const
(std::bind(A_int_0()));
58
test_const
(std::bind<void>(A_int_0()));
Completed in 206 milliseconds