/external/lldb/source/Interpreter/ |
D | OptionGroupFile.cpp | 25 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()
|
D | OptionGroupUInt64.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument 37 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
|
D | OptionGroupString.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupString() argument 37 m_option_definition.argument_type = argument_type; in OptionGroupString()
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | proxy_generator.cc | 651 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/ |
D | OptionGroupFile.h | 36 lldb::CommandArgumentType argument_type, 94 lldb::CommandArgumentType argument_type,
|
D | OptionGroupString.h | 34 lldb::CommandArgumentType argument_type,
|
D | OptionGroupUInt64.h | 34 lldb::CommandArgumentType argument_type,
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/ |
D | types.pass.cpp | 35 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/ |
D | unary_function.pass.cpp | 24 …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/ |
D | unary_function.pass.cpp | 20 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
|
/external/libcxx/test/std/utilities/type.index/type.index.synopsis/ |
D | hash_type_index.pass.cpp | 24 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
|
/external/libcxx/test/std/utilities/function.objects/negators/ |
D | unary_negate.pass.cpp | 22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
/external/libcxx/test/std/utilities/type.index/type.index.hash/ |
D | hash.pass.cpp | 27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
|
/external/libcxx/test/std/containers/ |
D | test_hash.h | 25 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/ |
D | pointer.pass.cpp | 31 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
|
D | integral.pass.cpp | 31 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
|
/external/libcxx/test/std/diagnostics/syserr/syserr.hash/ |
D | error_code.pass.cpp | 30 static_assert((std::is_same<H::argument_type, T>::value), "" ); in test()
|
/external/libcxx/test/std/utilities/template.bitset/bitset.hash/ |
D | bitset.pass.cpp | 31 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/ |
D | thread_id.pass.cpp | 31 static_assert((std::is_same<typename H::argument_type, std::thread::id>::value), "" ); in main()
|
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
D | negate.pass.cpp | 22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
/external/libcxx/test/std/utilities/function.objects/logical.operations/ |
D | logical_not.pass.cpp | 22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
/external/lldb/include/lldb/ |
D | lldb-private-types.h | 65 lldb::CommandArgumentType argument_type; // Type of argument this option takes member
|
/external/libcxx/test/std/strings/basic.string.hash/ |
D | strings.pass.cpp | 30 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
D | bit_not.pass.cpp | 23 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
/external/libcxx/test/std/experimental/string.view/string.view.hash/ |
D | string_view.pass.cpp | 32 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test()
|