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

/external/libcxx/test/depr/depr.function.objects/depr.base/
H A Dunary_function.pass.cpp15 // typedef Arg argument_type;
24 static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value), "");
/external/libcxx/test/utilities/function.objects/func.require/
H A Dunary_function.pass.cpp20 static_assert((std::is_same<uf::argument_type, int>::value), "");
/external/lldb/source/Interpreter/
H A DOptionGroupFile.cpp25 lldb::CommandArgumentType argument_type,
36 m_option_definition.argument_type = argument_type;
65 lldb::CommandArgumentType argument_type,
76 m_option_definition.argument_type = argument_type;
20 OptionGroupFile(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
60 OptionGroupFileList(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text) argument
H A DOptionGroupString.cpp25 lldb::CommandArgumentType argument_type,
37 m_option_definition.argument_type = argument_type;
20 OptionGroupString(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, const char *default_value) argument
H A DOptionGroupUInt64.cpp25 lldb::CommandArgumentType argument_type,
37 m_option_definition.argument_type = argument_type;
20 OptionGroupUInt64(uint32_t usage_mask, bool required, const char *long_option, int short_option, uint32_t completion_type, lldb::CommandArgumentType argument_type, const char *usage_text, uint64_t default_value) argument
H A DOptionGroupBoolean.cpp36 m_option_definition.argument_type = eArgTypeBoolean;
H A DOptions.cpp450 strm.Printf (" <%s>", CommandObject::GetArgumentName (opt_def.argument_type));
456 CommandObject::GetArgumentName (opt_def.argument_type));
664 CommandArgumentType arg_type = opt_defs[i].argument_type;
935 lldb::CommandArgumentType option_arg_type = opt_defs[opt_defs_index].argument_type;
938 CommandObject::ArgumentTableEntry *arg_entry = CommandObject::FindArgumentDataByType (opt_defs[opt_defs_index].argument_type);
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_impl.cc19 typedef const MicroBenchmarkImpl* argument_type; typedef in class:cc::__anon2665::IsDonePredicate
22 result_type operator()(argument_type benchmark) const {
H A Dmicro_benchmark_controller.cc48 typedef const MicroBenchmark* argument_type; typedef in class:cc::__anon2664::IsDonePredicate
51 result_type operator()(argument_type benchmark) const {
/external/libcxx/test/containers/
H A Dtest_hash.h25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
/external/stlport/stlport/stl/
H A D_function.h115 typedef typename _Operation::argument_type argument_type; typedef in struct:__unary_fun_aux
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
140 typedef typename _Base::argument_type argument_type; typedef in class:unary_negate
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef in class:binder1st
197 typedef typename __call_traits<argument_type>
229 typedef typename _Base::argument_type argument_type; typedef in class:binder2nd
267 typedef typename _Base::argument_type argument_type; typedef in class:unary_compose
296 typedef typename _Base::argument_type argument_type; typedef in class:binary_compose
[all...]
H A D_function_base.h41 typedef _Arg argument_type; typedef in struct:unary_function
184 typedef _Argument argument_type; typedef in struct:_Constant_unary_fun
H A D_istream.c53 typedef typename _Traits::char_type argument_type; typedef in struct:_Is_not_wspace
56 const ctype<argument_type>* _M_ctype;
58 _Is_not_wspace(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
59 bool operator()(argument_type __c) const
65 typedef typename _Traits::char_type argument_type;
68 const ctype<argument_type>* _M_ctype;
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {}
71 bool operator()(argument_type __c) const {
72 return _Traits::eq(__c, argument_type()) ||
/external/chromium_org/chrome/common/
H A Dspellcheck_marker.h13 typedef SpellCheckMarker argument_type; typedef in class:SpellCheckMarker::IsValidPredicate
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupString.h34 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h34 lldb::CommandArgumentType argument_type,
H A DOptionGroupFile.h36 lldb::CommandArgumentType argument_type,
94 lldb::CommandArgumentType argument_type,
/external/lldb/include/lldb/
H A Dlldb-private-types.h65 lldb::CommandArgumentType argument_type; // Type of argument this option takes member in struct:lldb_private::__anon25268
/external/llvm/include/llvm/ADT/
H A DIndexedMap.h32 typedef typename ToIndexT::argument_type IndexT;
H A DSparseSet.h125 typedef typename KeyFunctorT::argument_type KeyT;
H A DSparseMultiSet.h113 typedef typename KeyFunctorT::argument_type KeyT;
/external/libcxx/test/utilities/function.objects/refwrap/
H A Dbinary.pass.cpp46 typedef int argument_type; typedef in struct:C
H A Dunary.pass.cpp46 typedef int argument_type; typedef in struct:C
/external/stlport/test/unit/
H A Dfadapter.h51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
/external/lldb/tools/driver/
H A DDriver.cpp69 lldb::CommandArgumentType argument_type; // Type of argument this option takes member in struct:__anon25443
271 CommandArgumentType arg_type = option_table[i].argument_type;
323 CommandArgumentType arg_type = option_table[i].argument_type;

Completed in 525 milliseconds