Home
last modified time | relevance | path

Searched refs:unary_function (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_function.h103 struct unary_function in _GLIBCXX_VISIBILITY() struct
187 struct negate : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
288 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY()
354 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()
424 class pointer_to_unary_function : public unary_function<_Arg, _Result> in _GLIBCXX_VISIBILITY()
479 : public unary_function<_Tp,_Tp> in _GLIBCXX_VISIBILITY()
494 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY()
521 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()
552 class mem_fun_t : public unary_function<_Tp*, _Ret> in _GLIBCXX_VISIBILITY()
570 class const_mem_fun_t : public unary_function<const _Tp*, _Ret> in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Drefwrap.h58 : std::unary_function<_T1, _Res> { }; in _GLIBCXX_VISIBILITY()
220 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
225 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
230 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
235 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
262 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
H A Dstl_function.h105 struct unary_function in _GLIBCXX_VISIBILITY() struct
217 struct negate : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
782 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY()
882 struct bit_not : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
980 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY()
1056 class pointer_to_unary_function : public unary_function<_Arg, _Result> in _GLIBCXX_VISIBILITY()
1108 : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY()
1124 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY()
1149 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY()
1179 class mem_fun_t : public unary_function<_Tp*, _Ret> in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dbinders.h106 : public unary_function<typename _Operation::second_argument_type, in _GLIBCXX_VISIBILITY()
141 : public unary_function<typename _Operation::first_argument_type, in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dbinders.h109 : public unary_function<typename _Operation::second_argument_type, in _GLIBCXX_VISIBILITY()
144 : public unary_function<typename _Operation::first_argument_type, in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h45 struct hash : public std::unary_function<_Tp, size_t> in _GLIBCXX_VISIBILITY()
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> in _GLIBCXX_VISIBILITY()
H A Dfunctional241 /// Determines if the type _Tp derives from unary_function.
247 static __one __test(const volatile unary_function<_T1, _Res>*);
330 * Knowing which of unary_function and binary_function _Tp derives
337 // Not a unary_function or binary_function, so try a weak result type.
343 // unary_function but not binary_function
346 : unary_function<typename _Tp::argument_type,
350 // binary_function but not unary_function
358 // Both unary_function and binary_function. Import result_type to
362 : unary_function<typename _Tp::argument_type,
372 * Derives from unary_function or binary_function when it
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dfunctional_hash.h45 struct hash : public std::unary_function<_Tp, size_t> in _GLIBCXX_VISIBILITY()
53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> in _GLIBCXX_VISIBILITY()
H A Dfunctional237 /// Determines if the type _Tp derives from unary_function.
243 static __one __test(const volatile unary_function<_T1, _Res>*);
326 * Knowing which of unary_function and binary_function _Tp derives
333 // Not a unary_function or binary_function, so try a weak result type.
339 // unary_function but not binary_function
342 : unary_function<typename _Tp::argument_type,
346 // binary_function but not unary_function
354 // Both unary_function and binary_function. Import result_type to
358 : unary_function<typename _Tp::argument_type,
368 * Derives from unary_function or binary_function when it
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dfunctional69 using std::unary_function;
127 : public unary_function<typename _Operation2::argument_type,
152 : public unary_function<typename _Operation2::argument_type,
188 : public std::unary_function<_Tp,_Tp>,
208 : public std::unary_function<_Pair, typename _Pair::first_type>,
218 : public std::unary_function<_Pair, typename _Pair::second_type>,
368 : public unary_function<unsigned int, unsigned int>
H A Dbitmap_allocator.h283 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool> in _GLIBCXX_VISIBILITY()
307 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY()
333 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool> in _GLIBCXX_VISIBILITY()
H A Dthrow_allocator.h749 : public std::unary_function<__gnu_cxx::throw_value_limit, size_t> in _GLIBCXX_VISIBILITY()
763 : public std::unary_function<__gnu_cxx::throw_value_random, size_t> in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dbase.h174 : public std::unary_function<argument_type, bool>
193 : public std::unary_function<_SecondArgumentType, _ResultType>
221 : public std::unary_function<_FirstArgumentType, _ResultType>
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dbase.h174 : public std::unary_function<argument_type, bool>
193 : public std::unary_function<_SecondArgumentType, _ResultType>
221 : public std::unary_function<_FirstArgumentType, _ResultType>
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfunctional189 /// Determines if the type _Tp derives from unary_function.
195 static __one __test(const volatile unary_function<_T1, _Res>*);
265 * Knowing which of unary_function and binary_function _Tp derives
310 * Derives from unary_function or binary_function when it
313 * derive from both unary_function and binary_function.
327 : unary_function<_T1, _Res>
332 : unary_function<_T1, _Res>
337 : unary_function<_T1, _Res>
342 : unary_function<_T1, _Res>
369 : unary_function<_T1, _Res>
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dfunctional68 using std::unary_function;
126 : public unary_function<typename _Operation2::argument_type,
151 : public unary_function<typename _Operation2::argument_type,
353 : public unary_function<unsigned int, unsigned int>
H A Dbitmap_allocator.h283 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool> in _GLIBCXX_VISIBILITY()
307 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY()
333 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool> in _GLIBCXX_VISIBILITY()
H A Dthrow_allocator.h951 : public std::unary_function<__gnu_cxx::throw_value_limit, size_t> in _GLIBCXX_VISIBILITY()
966 : public std::unary_function<__gnu_cxx::throw_value_random, size_t> in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dsystem.h94 struct hash<off_t> : public std::unary_function<off_t, std::size_t>
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dsystem.h100 struct hash<off_t> : public std::unary_function<off_t, std::size_t>