Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/store/
H A Dread_transaction.cpp263 _last_test_program; member
334 if (!_pimpl->_last_test_program || in test_program()
335 _pimpl->_last_test_program.get().first != id) in test_program()
339 _pimpl->_last_test_program = std::make_pair(id, tp); in test_program()
341 return _pimpl->_last_test_program.get().second; in test_program()