Searched refs:argument_type (Results 1 – 16 of 16) sorted by relevance
172 template<typename _Predicate, typename argument_type>174 : public std::unary_function<argument_type, bool>184 operator()(const argument_type& __x) in operator()
193 __void_t<typename _Tp::argument_type>> in _GLIBCXX_VISIBILITY()195 typedef typename _Tp::argument_type argument_type; in _GLIBCXX_VISIBILITY()
54 typedef _Arg argument_type _GLIBCXX17_DEPRECATED; in _GLIBCXX_VISIBILITY()
120 typedef _Arg argument_type; in _GLIBCXX_VISIBILITY() typedef1025 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()1037 operator()(const typename _Predicate::argument_type& __x) const in _GLIBCXX_VISIBILITY()
121 : public std::unary_function<typename _Operation2::argument_type,133 operator()(const typename _Operation2::argument_type& __x) const146 : public std::unary_function<typename _Operation2::argument_type,160 operator()(const typename _Operation2::argument_type& __x) const256 typedef _Argument argument_type;
307 typedef typename _Functor::argument_type argument_type; in _GLIBCXX_VISIBILITY()314 operator()(argument_type __arg) in _GLIBCXX_VISIBILITY()337 typedef _Block_pair argument_type; in _GLIBCXX_VISIBILITY()
117 typedef type_index argument_type;
1942 using argument_type [[__deprecated__]] = variant<_Types...>;1949 using argument_type [[__deprecated__]] = monostate;
1494 using argument_type [[__deprecated__]] = optional<_Tp>;
925 typedef enum language argument_type;928 result_type operator() (const argument_type &l) const noexcept
282 typedef _Tp* argument_type; in _GLIBCXX_VISIBILITY() typedef
376 : unary_function<typename _Tp::argument_type,392 : unary_function<typename _Tp::argument_type,
1216 (__hash_base::argument_type): Add _GLIBCXX17_DEPRECATED.1218 (hash<optional<T>>::argument_type): Add deprecated attribute.1221 (hash<variant<Types...>>::argument_type): Add deprecated attribute.
4894 (hash<wstring_view>): Fix argument_type typedef.
1731 add result_type and argument_type typedefs; trim includes.
1772 use deprecated 'argument_type' member.