Lines Matching refs:store

138         throw store::integrity_error(F("Cannot find referenced file %s") %  in get_file()
151 throw store::integrity_error(e.what()); in get_file()
217 throw store::integrity_error("Result of type 'passed' has a " in parse_result()
233 throw store::integrity_error(F("Unknown test result type %s") % in parse_result()
237 throw store::integrity_error(e.what()); in parse_result()
331 throw store::error(F("Cannot open file %s") % path); in put_file()
371 store::detail::get_test_program(backend& backend_, const int64_t id) in get_test_program()
399 struct store::results_iterator::impl {
401 store::backend _backend;
414 impl(store::backend& backend_, const int64_t action_id_) : in impl()
439 store::results_iterator::results_iterator( in results_iterator()
447 store::results_iterator::~results_iterator(void) in ~results_iterator()
455 store::results_iterator&
456 store::results_iterator::operator++(void) in operator ++()
466 store::results_iterator::operator bool(void) const in operator bool()
476 store::results_iterator::test_program(void) const in test_program()
497 store::results_iterator::test_case_name(void) const in test_case_name()
507 store::results_iterator::result(void) const in result()
517 store::results_iterator::duration(void) const in duration()
558 store::results_iterator::stdout_contents(void) const in stdout_contents()
571 store::results_iterator::stderr_contents(void) const in stderr_contents()
580 struct store::transaction::impl {
582 store::backend& _backend;
606 store::transaction::transaction(backend& backend_) : in transaction()
613 store::transaction::~transaction(void) in ~transaction()
622 store::transaction::commit(void) in commit()
636 store::transaction::rollback(void) in rollback()
654 store::transaction::get_action(const int64_t action_id) in get_action()
679 store::results_iterator
680 store::transaction::get_action_results(const int64_t action_id) in get_action_results()
697 store::transaction::get_latest_action(void) in get_latest_action()
726 store::transaction::get_context(const int64_t context_id) in get_context()
757 store::transaction::put_action(const engine::action& UTILS_UNUSED_PARAM(action), in put_action()
785 store::transaction::put_context(const engine::context& context) in put_context()
815 store::transaction::put_test_program(const engine::test_program& test_program, in put_test_program()
858 store::transaction::put_test_case(const engine::test_case& test_case, in put_test_case()
892 store::transaction::put_test_case_file(const std::string& name, in put_test_case_file()
933 store::transaction::put_result(const engine::test_result& result, in put_result()
977 store::bind_timestamp(stmt, ":start_time", start_time); in put_result()
978 store::bind_timestamp(stmt, ":end_time", end_time); in put_result()