Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_generators_specific.hpp132 class IteratorGenerator final : public IGenerator<T> { class
141 IteratorGenerator(InputIterator first, InputSentinel last):m_elems(first, last) { in IteratorGenerator() function in Catch::Generators::IteratorGenerator
/external/catch2/single_include/catch2/
Dcatch.hpp4672 class IteratorGenerator final : public IGenerator<T> { class
4681 IteratorGenerator(InputIterator first, InputSentinel last):m_elems(first, last) { in IteratorGenerator() function in Catch::Generators::IteratorGenerator
/external/libabigail/tests/lib/
Dcatch.hpp4703 class IteratorGenerator final : public IGenerator<T> { class
4712 IteratorGenerator(InputIterator first, InputSentinel last):m_elems(first, last) { in IteratorGenerator() function in Catch::Generators::IteratorGenerator