Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/test/support/
Dvariant_test_helpers.h104 struct ForwardingCallObject { struct
107 ForwardingCallObject& operator()(Args&&...) & { in operator() argument
113 const ForwardingCallObject& operator()(Args&&...) const & { in operator() argument
119 ForwardingCallObject&& operator()(Args&&...) && { in operator() argument
125 const ForwardingCallObject&& operator()(Args&&...) const && { in operator() argument
130 template <class... Args> static void set_call(CallType type) { in set_call()
155 CallType ForwardingCallObject::last_call_type = CT_None; argument
Dcallable_types.h130 struct ForwardingCallObject { struct
131 struct State {
157 explicit constexpr ForwardingCallObject(State& st) : st_(&st) {} in ForwardingCallObject() function
160 constexpr bool operator()(Args&&...) & { in operator()
166 constexpr bool operator()(Args&&...) const & { in operator()
173 constexpr bool operator()(Args&&...) && { in operator()
179 constexpr bool operator()(Args&&...) const && { in operator()
/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