OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plus_one
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
nested.pass.cpp
35
struct
plus_one
struct
52
assert(std::bind(
plus_one
(), g)(5) == 33);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
nested.pass.cpp
33
struct
plus_one
struct
50
assert(std::bind(
plus_one
(), g)(5) == 33);
Completed in 1781 milliseconds