Home
last modified time | relevance | path

Searched refs:is_mutable (Results 1 – 25 of 50) sorted by relevance

12

/third_party/boost/boost/gil/concepts/
Dpixel_dereference.hpp85 bool const is_mutable = D::is_mutable; in constraints() local
86 ignore_unused_variable_warning(is_mutable); in constraints()
101 static const bool is_mutable = false; member
Dpixel.hpp71 static const bool is_mutable = P::is_mutable; in constraints() local
72 ignore_unused_variable_warning(is_mutable); in constraints()
106 static_assert(P::is_mutable, ""); in constraints()
Dpixel_iterator.hpp181 static bool const is_mutable = iterator_is_mutable<Iterator>::value; in constraints() local
182 ignore_unused_variable_warning(is_mutable); in constraints()
/third_party/boost/boost/heap/
Dd_ary_heap.hpp422 static const bool is_mutable = extract_mutable<BoundArgs>::value; member
424 typedef typename boost::conditional< is_mutable,
475 static const bool is_mutable = detail::extract_mutable<bound_args>::value; member in boost::heap::d_ary_heap
588 typename boost::conditional<is_mutable, handle_type, void>::type push(value_type const & v) in push()
596 typename boost::conditional<is_mutable, handle_type, void>::type emplace(Args&&... args) in emplace()
653 BOOST_STATIC_ASSERT(is_mutable); in update()
668 BOOST_STATIC_ASSERT(is_mutable); in update()
683 BOOST_STATIC_ASSERT(is_mutable); in increase()
698 BOOST_STATIC_ASSERT(is_mutable); in increase()
713 BOOST_STATIC_ASSERT(is_mutable); in decrease()
[all …]
Dskew_heap.hpp189 static const bool is_mutable = extract_mutable<BoundArgs>::value; member
192 … boost::false_type>::type::value || is_mutable;
364 static const bool is_mutable = detail::extract_mutable<bound_args>::value; member in boost::heap::skew_heap
366 …typedef typename boost::conditional<is_mutable, typename implementation_defined::handle_type, void…
424 typename boost::conditional<is_mutable, handle_type, void>::type push(value_type const & v) in push()
426 typedef typename boost::conditional<is_mutable, push_handle, push_void>::type push_helper; in push()
438 typename boost::conditional<is_mutable, handle_type, void>::type emplace(Args&&... args) in emplace()
440 typedef typename boost::conditional<is_mutable, push_handle, push_void>::type push_helper; in emplace()
641 BOOST_STATIC_ASSERT(is_mutable); in erase()
661 BOOST_STATIC_ASSERT(is_mutable); in update()
[all …]
/third_party/boost/libs/gil/test/core/pixel/
Dpacked_pixel.cpp39 …static_assert(std::is_same<decltype(fixture::packed_pixel_gray3::is_mutable), bool const>::value && in test_packed_pixel_gray3_definition()
40 fixture::packed_pixel_gray3::is_mutable, in test_packed_pixel_gray3_definition()
139 …static_assert(std::is_same<decltype(fixture::packed_pixel_bgr121::is_mutable), bool const>::value … in test_packed_pixel_bgr121_definition()
140 fixture::packed_pixel_bgr121::is_mutable, in test_packed_pixel_bgr121_definition()
236 …static_assert(std::is_same<decltype(fixture::packed_pixel_rgb535::is_mutable), bool const>::value … in test_packed_pixel_rgb535_definition()
237 fixture::packed_pixel_rgb535::is_mutable, in test_packed_pixel_rgb535_definition()
Dbit_aligned_pixel_reference.cpp31 static_assert(std::is_same<decltype(bgr121_ref_t::is_mutable), bool const>::value && in main()
32 bgr121_ref_t::is_mutable, in main()
/third_party/boost/boost/gil/
Dchannel.hpp85 static constexpr bool is_mutable = T::is_mutable; member
99 static constexpr bool is_mutable = true; member
110 static constexpr bool is_mutable = false; member
146 static constexpr bool is_mutable = false; member
184 static constexpr bool is_mutable = channel_traits<BaseChannelValue>::is_mutable; member
299 static constexpr bool is_mutable = true; member in boost::gil::packed_channel_value
355 static constexpr bool is_mutable = IsMutable; member in boost::gil::detail::packed_channel_reference_base
Dimage_view_factory.hpp362 static constexpr bool is_mutable = member
368 using ref_t = typename pixel_reference_type<channel_t,gray_layout_t,false,is_mutable>::type;
374 using reference = mp11::mp_if_c<is_mutable, ref_t, value_type>;
497 static constexpr bool is_mutable = member
504 using ref_t = typename pixel_reference_type<channel_t,gray_layout_t,false,is_mutable>::type;
511 using reference = mp11::mp_if_c<is_mutable, ref_t, value_type>;
Dpacked_pixel.hpp58 static constexpr bool is_mutable = member
59 channel_traits<mp11::mp_front<ChannelRefs>>::is_mutable;
277 : std::integral_constant<bool, packed_pixel<P, C, L>::is_mutable>
Dutilities.hpp114 static constexpr bool is_mutable = IsMutable; member
129 D1::is_mutable && D2::is_mutable
Dplanar_pixel_reference.hpp60 static constexpr bool is_mutable = channel_traits<ChannelReference>::is_mutable; member
Dpixel.hpp119 static constexpr bool is_mutable = channel_traits<channel_t>::is_mutable; member
Dpremultiply.hpp82 static constexpr bool is_mutable = false; member in boost::gil::premultiply_deref_fn
/third_party/boost/libs/gil/example/
Dinterleaved_ref.hpp66 static const bool is_mutable = channel_traits<ChannelReference>::is_mutable; member
Dmandelbrot.cpp27 static constexpr bool is_mutable =false; member
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ref.hpp66 static const bool is_mutable = channel_traits<ChannelReference>::is_mutable; member
Dmandelbrot.cpp27 static constexpr bool is_mutable =false; member
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring_proxy.hpp91 static const bool is_mutable = !boost::is_const<Polygon>::type::value; member in boost::geometry::adapt::bp::ring_proxy
190 detail::modify<is_mutable>::push_back(*m_polygon_pointer, point); in push_back()
/third_party/boost/libs/gil/test/core/channel/
Dconcepts.cpp56 static constexpr bool is_mutable = true; member
Dpacked_channel_value.cpp37 static_assert(T::is_mutable, "packed_channel_value should be mutable by default"); in test_packed_channel_value_members()
/third_party/boost/boost/asio/
Dbuffers_iterator.hpp62 is_mutable = is_convertible< enumerator
66 typedef buffers_iterator_types_helper<is_mutable> helper;
/third_party/boost/libs/asio/include/boost/asio/
Dbuffers_iterator.hpp62 is_mutable = is_convertible< enumerator
66 typedef buffers_iterator_types_helper<is_mutable> helper;
/third_party/boost/libs/gil/test/extension/io/
Dmandel_view.hpp29 static constexpr bool is_mutable = false; member
/third_party/boost/libs/gil/test/legacy/
Dchannel.cpp111 test_mutable(std::integral_constant<bool, channel_traits<channel_t>::is_mutable>()); in test_channel_math()
305 static constexpr bool is_mutable=true; member

12