Home
last modified time | relevance | path

Searched defs:consecutive_value (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/gil/test/core/
Dtest_fixture.hpp24 struct consecutive_value struct
26 consecutive_value(T start) : current_(start) in consecutive_value() function
31 T operator()() in operator ()()
38 T current_;
/third_party/boost/libs/gil/test/core/image/
Dtest_fixture.cpp36 BOOST_AUTO_TEST_CASE(consecutive_value) in BOOST_AUTO_TEST_CASE() argument