Home | History | Annotate | Download | only in base

Lines Matching refs:is_method

182 template <bool is_method, typename... Args>
388 static constexpr bool is_method = false;
402 static constexpr bool is_method = false;
417 static constexpr bool is_method = false;
430 static constexpr bool is_method = false;
459 static constexpr bool is_method = false;
480 static constexpr bool is_method = false;
500 static constexpr bool is_method = true;
515 static constexpr bool is_method = true;
562 static constexpr bool is_method = false;
577 static constexpr bool is_method = false;
673 static constexpr bool is_method = MakeFunctorTraits<Functor>::is_method;
677 IsWeakMethod<is_method,
807 template <bool is_method, typename Functor, typename... BoundArgs>
849 typename MakeBindStateTypeImpl<MakeFunctorTraits<Functor>::is_method,
928 internal::IsWeakMethod<internal::FunctorTraits<Functor>::is_method,