Home
last modified time | relevance | path

Searched defs:ForwardingCallObject (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp49 struct ForwardingCallObject { struct
51 template <class... Args> bool operator()(Args &&...) & { in operator ()()
56 template <class... Args> bool operator()(Args &&...) const & { in operator ()()
62 template <class... Args> bool operator()(Args &&...) && { in operator ()()
67 template <class... Args> bool operator()(Args &&...) const && { in operator ()()
91 CallType ForwardingCallObject::last_call_type = CT_None; argument
/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp138 struct ForwardingCallObject { struct
141 bool operator()(Args&&...) & { in operator ()()
147 bool operator()(Args&&...) const & { in operator ()()
154 bool operator()(Args&&...) && { in operator ()()
160 bool operator()(Args&&...) const && { in operator ()()
188 CallType ForwardingCallObject::last_call_type = CT_None; argument