Lines Matching full:store
29 #include "store/read_transaction.hpp"
43 #include "store/dbtypes.hpp"
44 #include "store/exceptions.hpp"
45 #include "store/read_backend.hpp"
133 throw store::integrity_error(F("Cannot find referenced file %s") % in get_file()
146 throw store::integrity_error(e.what()); in get_file()
198 store::column_test_result_type(stmt, type_column); in parse_result()
202 throw store::integrity_error("Result of type 'passed' has a " in parse_result()
210 throw store::integrity_error(e.what()); in parse_result()
220 /// \param backend_ The store backend we are dealing with.
228 store::detail::get_test_program(read_backend& backend_, const int64_t id) in get_test_program()
254 struct store::results_iterator::impl : utils::noncopyable {
255 /// The store backend we are dealing with.
256 store::read_backend _backend;
270 /// \param backend_ The store backend implementation.
271 impl(store::read_backend& backend_) : in impl()
294 store::results_iterator::results_iterator( in 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()
440 /// Internal implementation for a store read-only transaction.
441 struct store::read_transaction::impl : utils::noncopyable {
443 store::read_backend& _backend;
466 store::read_transaction::read_transaction(read_backend& backend_) : in read_transaction()
473 store::read_transaction::~read_transaction(void) in ~read_transaction()
486 store::read_transaction::finish(void) in finish()
502 store::read_transaction::get_context(void) in get_context()
523 store::results_iterator
524 store::read_transaction::get_results(void) in get_results()