Home
last modified time | relevance | path

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

123

/external/perfetto/src/trace_processor/
Dheap_profile_tracker.h29 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/
Dnot1.depr_in_cxx17.fail.cpp27 typedef int argument_type; typedef
28 bool operator()(argument_type) const { return true; } in operator ()()
Dunary_negate.depr_in_cxx17.fail.cpp27 typedef int argument_type; typedef
28 bool operator()(argument_type) const { return true; } in operator ()()
Dunary_negate.pass.cpp22 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dpointer.pass.cpp33 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/
Dvector_bool.pass.cpp32 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/
Dvalidate_function.cpp161 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()
Dinstruction.h131 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/
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/swiftshader/third_party/SPIRV-Tools/source/val/
Dinstruction.h131 typedef spvtools::val::Instruction argument_type;
133 result_type operator()(const argument_type& inst) const {
Dvalidate_function.cpp234 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/
Dbookkeeping.h407 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/
Dfile_path.h472 typedef base::FilePath argument_type;
474 result_type operator()(argument_type const& f) const {
/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp37 using argument_type = T; typedef
68 using argument_type = Static; typedef
/external/libcxx/test/std/depr/depr.function.objects/depr.base/
Dunary_function.pass.cpp26 …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.cpp22 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp988 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/
DNotConstructible.h33 typedef NotConstructible argument_type;
Dtest_hash.h25 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/
Dhash_type_index.pass.cpp30 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/
Dhash.pass.cpp28 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/
Dthread_id.pass.cpp33 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.cpp24 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/external/libcxx/test/std/diagnostics/syserr/syserr.hash/
Derror_code.pass.cpp30 static_assert((std::is_same<H::argument_type, T>::value), "" ); in test()
Derror_condition.pass.cpp30 static_assert((std::is_same<H::argument_type, T>::value), "" ); in test()

123