Searched refs:argument_type (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_function.h38 typedef _Arg argument_type; typedef in struct:unary_function
146 : public unary_function<typename _Predicate::argument_type, bool> {
151 bool operator()(const typename _Predicate::argument_type& __x) const {
240 : public unary_function<typename _Operation2::argument_type,
250 operator()(const typename _Operation2::argument_type& __x) const {
264 : public unary_function<typename _Operation2::argument_type,
275 operator()(const typename _Operation2::argument_type& __x) const {
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp118 argument_type(Input arg, size_t& length) function
453 int32 type = argument_type(arg, argumentLength);

Completed in 45 milliseconds