Lines Matching refs:operator
251 FunctionImpl& operator=(decltype(nullptr)) { in decltype()
270 operator=(Callable&& target) {
282 FunctionImpl& operator=(::android::base::fit::CallbackImpl<otherInlineTargetSize, variable
287 FunctionImpl& operator=(FunctionImpl&& other) {
301 using Base::operator bool;
305 Result operator()(Args... args) const { return Base::invoke(std::forward<Args>(args)...); } in operator() function
328 bool operator==(const FunctionImpl<inlineTargetSize, requireInline, Result, Args...>& f,
333 bool operator==(decltype(nullptr),
338 bool operator!=(const FunctionImpl<inlineTargetSize, requireInline, Result, Args...>& f,
343 bool operator!=(decltype(nullptr),
411 CallbackImpl& operator=(decltype(nullptr)) { in decltype()
427 operator=(Callable&& target) {
433 CallbackImpl& operator=(CallbackImpl&& other) {
447 using Base::operator bool;
456 Result operator()(Args... args) { in operator() function
486 bool operator==(const CallbackImpl<inlineTargetSize, requireInline, Result, Args...>& f,
491 bool operator==(decltype(nullptr),
496 bool operator!=(const CallbackImpl<inlineTargetSize, requireInline, Result, Args...>& f,
501 bool operator!=(decltype(nullptr),