OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_nested
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_rvalue.pass.cpp
246
int
f_nested
(int i)
function
259
assert(std::bind(
f_nested
, std::bind(g_nested, _1))(3) == 31);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_rvalue.pass.cpp
244
int
f_nested
(int i)
function
257
assert(std::bind(
f_nested
, std::bind(g_nested, _1))(3) == 31);
Completed in 142 milliseconds