Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/detail/
Doperation_sequence.hpp116 int last_executed_; member in boost::iostreams::test::operation_sequence
160 if (last_executed_ != INT_MIN) in new_operation()
194 last_executed_ = INT_MIN; in reset()
202 if (!failed_ && last_executed_ < id) { in execute()
205 last_executed_ = id; in execute()