Home
last modified time | relevance | path

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

12

/external/lldb/source/Interpreter/
DOptionGroupFile.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupFile() argument
36 m_option_definition.argument_type = argument_type; in OptionGroupFile()
65 lldb::CommandArgumentType argument_type, in OptionGroupFileList() argument
76 m_option_definition.argument_type = argument_type; in OptionGroupFileList()
DOptionGroupUInt64.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument
37 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
DOptionGroupString.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupString() argument
37 m_option_definition.argument_type = argument_type; in OptionGroupString()
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dproxy_generator.cc651 string argument_type; in AddMethodProxy() local
652 CHECK(signature.Parse(argument.type, &argument_type)); in AddMethodProxy()
653 MakeConstReferenceIfNeeded(&argument_type); in AddMethodProxy()
657 "%s %s,", argument_type.c_str(), argument_name.c_str())); in AddMethodProxy()
661 string argument_type; in AddMethodProxy() local
662 CHECK(signature.Parse(argument.type, &argument_type)); in AddMethodProxy()
666 "%s* %s,", argument_type.c_str(), argument_name.c_str())); in AddMethodProxy()
718 string argument_type; in AddAsyncMethodProxy() local
719 CHECK(signature.Parse(argument.type, &argument_type)); in AddAsyncMethodProxy()
720 MakeConstReferenceIfNeeded(&argument_type); in AddAsyncMethodProxy()
[all …]
/external/lldb/include/lldb/Interpreter/
DOptionGroupFile.h36 lldb::CommandArgumentType argument_type,
94 lldb::CommandArgumentType argument_type,
DOptionGroupString.h34 lldb::CommandArgumentType argument_type,
DOptionGroupUInt64.h34 lldb::CommandArgumentType argument_type,
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
Dtypes.pass.cpp35 template <typename C> static yes check( typename C::argument_type * );
79 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" ); in test_unary_function()
/external/libcxx/test/std/depr/depr.function.objects/depr.base/
Dunary_function.pass.cpp24 …static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value),… in main()
/external/libcxx/test/std/utilities/function.objects/func.require/
Dunary_function.pass.cpp20 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
/external/libcxx/test/std/utilities/type.index/type.index.synopsis/
Dhash_type_index.pass.cpp24 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
/external/libcxx/test/std/utilities/function.objects/negators/
Dunary_negate.pass.cpp22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/external/libcxx/test/std/utilities/type.index/type.index.hash/
Dhash.pass.cpp27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
/external/libcxx/test/std/containers/
Dtest_hash.h25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const in operator()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dpointer.pass.cpp31 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
Dintegral.pass.cpp31 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
/external/libcxx/test/std/diagnostics/syserr/syserr.hash/
Derror_code.pass.cpp30 static_assert((std::is_same<H::argument_type, T>::value), "" ); in test()
/external/libcxx/test/std/utilities/template.bitset/bitset.hash/
Dbitset.pass.cpp31 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
Dthread_id.pass.cpp31 static_assert((std::is_same<typename H::argument_type, std::thread::id>::value), "" ); in main()
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dnegate.pass.cpp22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dlogical_not.pass.cpp22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/external/lldb/include/lldb/
Dlldb-private-types.h65 lldb::CommandArgumentType argument_type; // Type of argument this option takes member
/external/libcxx/test/std/strings/basic.string.hash/
Dstrings.pass.cpp30 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dbit_not.pass.cpp23 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/external/libcxx/test/std/experimental/string.view/string.view.hash/
Dstring_view.pass.cpp32 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()

12