Searched refs:Types2 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | algorithm.hpp | 67 template <typename ...Types1, typename ...Types2> 68 bool equal_pixels(any_image_view<Types1...> const& src, any_image_view<Types2...> const& dst) in equal_pixels() 108 template <typename ...Types1, typename ...Types2> 109 void copy_pixels(any_image_view<Types1...> const& src, any_image_view<Types2...> const& dst) in copy_pixels() 163 template <typename ...Types1, typename ...Types2, typename CC> 166 any_image_view<Types2...> const& dst, CC cc) in copy_and_convert_pixels() 174 template <typename ...Types1, typename ...Types2> 177 any_image_view<Types2...> const& dst) in copy_and_convert_pixels()
|
D | reduce.hpp | 232 template <typename Types1, typename Types2, typename Op> 237 using unary2_t = unary_reduce<Types2,Op>; 260 template <typename Types1, typename Types2, typename BinaryOp> 261 …::result_type apply_operation(const variant<Types1>& arg1, const variant<Types2>& arg2, BinaryOp o… in apply_operation() 262 …return binary_reduce<Types1,Types2,BinaryOp>::template apply(arg1._bits, arg1._index, arg2._bits, … in apply_operation()
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/ |
D | support_status.cpp | 226 template <template <typename, typename> class Dispatcher, typename Types1, typename Types2, typenam… 232 outputter.template table_header<Types2>(); in test_binary_algorithm() 233 boost::mpl::for_each<Types1>(binary_test<Dispatcher, Types2, Outputter>(outputter)); in test_binary_algorithm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 457 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument 461 typeInSet(typeIdx(2), Types2)))); in actionForCartesianProduct() 523 std::initializer_list<LLT> Types2) { in legalForCartesianProduct() argument 525 Types2); in legalForCartesianProduct() 594 std::initializer_list<LLT> Types2) { in lowerForCartesianProduct() argument 597 Types2); in lowerForCartesianProduct()
|
/third_party/cef/include/base/internal/ |
D | cef_bind_internal.h | 275 template <typename... Types1, typename... Types2> 276 struct ConcatTypeListsImpl<TypeList<Types1...>, TypeList<Types2...>> { 277 using Type = TypeList<Types1..., Types2...>;
|
/third_party/boost/boost/unordered/detail/ |
D | implementation.hpp | 3910 template <typename Types2> 3911 void merge_unique(boost::unordered::detail::table<Types2>& other) in merge_unique() 3913 typedef boost::unordered::detail::table<Types2> other_table; in merge_unique()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-type-util.h | 132 struct Types2 { struct 140 typedef Types2<T2, T3> Tail; argument 810 typedef internal::Types2<T1, T2> type;
|