Lines Matching refs:results_iterator
254 struct store::results_iterator::impl : utils::noncopyable {
294 store::results_iterator::results_iterator( in results_iterator() function in store::results_iterator
302 store::results_iterator::~results_iterator(void) in ~results_iterator()
310 store::results_iterator&
311 store::results_iterator::operator++(void) in operator ++()
321 store::results_iterator::operator bool(void) const in operator bool()
331 store::results_iterator::test_program(void) const in test_program()
352 store::results_iterator::test_case_name(void) const in test_case_name()
362 store::results_iterator::result(void) const in result()
372 store::results_iterator::start_time(void) const in start_time()
382 store::results_iterator::end_time(void) const in end_time()
419 store::results_iterator::stdout_contents(void) const in stdout_contents()
432 store::results_iterator::stderr_contents(void) const in stderr_contents()
523 store::results_iterator
527 return results_iterator(std::shared_ptr< results_iterator::impl >( in get_results()
528 new results_iterator::impl(_pimpl->_backend))); in get_results()