Home
last modified time | relevance | path

Searched defs:reference_core (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp145 class reference_core : public value_core<typename std::remove_reference<PixelRef>::type::value_type… class
154 reference_core() : parent_t(), _pixel(parent_t::_pixel) {} in reference_core() function in reference_core
155reference_core(const typename pixel_t::value_type& val) : parent_t(val), _pixel(parent_t::_pixel) { in reference_core() function in reference_core
Dchannel.cpp181 class reference_core : public value_core<typename channel_traits<ChannelRef>::value_type> class
190 reference_core() in reference_core() function in reference_core
/third_party/boost/libs/gil/test/core/pixel/
Dtest_fixture.hpp118 using reference_core = pixel_reference<Pixel, Tag>; typedef