Home
last modified time | relevance | path

Searched refs:first_test_cases (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dscanner.cpp86 optional< std::deque< std::string > > first_test_cases; member
110 if (first_test_cases) { in advance()
111 if (first_test_cases.get().empty()) { in advance()
113 first_test_cases = none; in advance()
121 if (!first_test_cases) { in advance()
128 first_test_cases = utils::make_optional( in advance()
132 if (!first_test_cases.get().empty()) { in advance()
134 first_test_cases.get().begin(); in advance()
138 first_test_cases.get().erase(iter); in advance()
144 first_test_cases = none; in advance()
[all …]