Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/detail/
Doperation_sequence.hpp115 std::size_t total_executed_; member in boost::iostreams::test::operation_sequence
193 total_executed_ = 0; in reset()
203 if (++total_executed_ == operations_.size()) in execute()