Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp129 class value_core class
136 value_core() : _pixel(0) {} in value_core() function in value_core
137 value_core(const type& val) : _pixel(val) { // test copy constructor in value_core() function in value_core
Dchannel.cpp165 class value_core { class
171 value_core() in value_core() function in value_core
/third_party/boost/libs/gil/test/core/pixel/
Dtest_fixture.hpp87 using value_core = pixel_value<Pixel, Tag>; typedef