Home
last modified time | relevance | path

Searched refs:Types1 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/gil/extension/dynamic_image/
Dalgorithm.hpp67 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>
165 any_image_view<Types1...> const& src, in copy_and_convert_pixels()
174 template <typename ...Types1, typename ...Types2>
176 any_image_view<Types1...> const& src, in copy_and_convert_pixels()
Dreduce.hpp232 template <typename Types1, typename Types2, typename Op>
236 using unary1_t = unary_reduce<Types1,Op>;
260 template <typename Types1, typename Types2, typename BinaryOp>
261 BOOST_FORCEINLINE typename BinaryOp::result_type apply_operation(const variant<Types1>& arg1, const… in apply_operation()
262 …return binary_reduce<Types1,Types2,BinaryOp>::template apply(arg1._bits, arg1._index, arg2._bits, … in apply_operation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h446 std::initializer_list<LLT> Types1) { in actionForCartesianProduct() argument
449 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct()
457 std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) { in actionForCartesianProduct() argument
460 all(typeInSet(typeIdx(1), Types1), in actionForCartesianProduct()
516 std::initializer_list<LLT> Types1) { in legalForCartesianProduct() argument
517 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1); in legalForCartesianProduct()
522 std::initializer_list<LLT> Types1, in legalForCartesianProduct() argument
524 return actionForCartesianProduct(LegalizeAction::Legal, Types0, Types1, in legalForCartesianProduct()
586 std::initializer_list<LLT> Types1) { in lowerForCartesianProduct() argument
588 return actionForCartesianProduct(LegalizeAction::Lower, Types0, Types1); in lowerForCartesianProduct()
[all …]
/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/
Dsupport_status.cpp226 template <template <typename, typename> class Dispatcher, typename Types1, typename Types2, typenam…
233 boost::mpl::for_each<Types1>(binary_test<Dispatcher, Types2, Outputter>(outputter)); in test_binary_algorithm()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h.pump126 struct Types1 {
287 typedef Types1<T> type;
Dgtest-type-util.h127 struct Types1 { struct
134 typedef Types1<T2> Tail; argument
794 typedef internal::Types1<T1> type;
3307 typedef Types1<T> type;
/third_party/cef/include/base/internal/
Dcef_bind_internal.h275 template <typename... Types1, typename... Types2>
276 struct ConcatTypeListsImpl<TypeList<Types1...>, TypeList<Types2...>> {
277 using Type = TypeList<Types1..., Types2...>;