/external/perfetto/src/trace_processor/ |
D | heap_profile_tracker.h | 29 using argument_type = std::pair<uint64_t, uint64_t>; 32 result_type operator()(const argument_type& p) const { 39 using argument_type = std::pair<uint64_t, std::vector<uint64_t>>; 42 result_type operator()(const argument_type& p) const {
|
/external/libcxx/test/std/utilities/function.objects/negators/ |
D | not1.depr_in_cxx17.fail.cpp | 27 typedef int argument_type; typedef 28 bool operator()(argument_type) const { return true; } in operator ()()
|
D | unary_negate.depr_in_cxx17.fail.cpp | 27 typedef int argument_type; typedef 28 bool operator()(argument_type) const { return true; } in operator ()()
|
D | unary_negate.pass.cpp | 22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | pointer.pass.cpp | 33 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test() 50 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test_nullptr()
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | vector_bool.pass.cpp | 32 static_assert((std::is_same<H::argument_type, T>::value), "" ); in main() 45 static_assert((std::is_same<H::argument_type, T>::value), "" ); in main()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 161 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local 162 if (!argument_type) { in ValidateFunctionCall() 171 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
|
D | instruction.h | 131 typedef spvtools::val::Instruction argument_type; 133 result_type operator()(const argument_type& inst) const {
|
/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/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | instruction.h | 131 typedef spvtools::val::Instruction argument_type; 133 result_type operator()(const argument_type& inst) const {
|
D | validate_function.cpp | 234 const auto argument_type = _.FindDef(argument->type_id()); in ValidateFunctionCall() local 235 if (!argument_type) { in ValidateFunctionCall() 244 if (!parameter_type || argument_type->id() != parameter_type->id()) { in ValidateFunctionCall()
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping.h | 407 using argument_type = ::perfetto::profiling::Mapping; 409 result_type operator()(const argument_type& mapping) { 424 using argument_type = ::perfetto::profiling::Frame; 426 result_type operator()(const argument_type& frame) {
|
/external/libchrome/base/files/ |
D | file_path.h | 472 typedef base::FilePath argument_type; 474 result_type operator()(argument_type const& f) const {
|
/external/libcxx/test/std/containers/container.node/ |
D | node_handle.pass.cpp | 37 using argument_type = T; typedef 68 using argument_type = Static; typedef
|
/external/libcxx/test/std/depr/depr.function.objects/depr.base/ |
D | unary_function.pass.cpp | 26 …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 | 22 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 988 using argument_type = T; typedef 991 result_type operator()(argument_type const & dur) const in operator ()() 993 return std::hash<typename argument_type::rep>{}(dur.count()); in operator ()() 998 using argument_type = T; typedef 1001 result_type operator()(argument_type const & tp) const in operator ()() 1003 return std::hash<typename argument_type::rep>{}(tp.time_since_epoch().count()); in operator ()() 1015 typename filtered_hash<T>::argument_type,
|
/external/libcxx/test/std/containers/ |
D | NotConstructible.h | 33 typedef NotConstructible argument_type;
|
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/type.index/type.index.synopsis/ |
D | hash_type_index.pass.cpp | 30 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
|
/external/libcxx/test/std/utilities/type.index/type.index.hash/ |
D | hash.pass.cpp | 28 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
|
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
D | thread_id.pass.cpp | 33 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 | 24 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
/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()
|
D | error_condition.pass.cpp | 30 static_assert((std::is_same<H::argument_type, T>::value), "" ); in test()
|