Lines Matching defs:engine
42 #include "engine/test_program.hpp"
48 namespace engine {
52 } // namespace engine
64 engine::test_program_ptr get_test_program(backend&, const int64_t);
91 const engine::test_program_ptr test_program(void) const;
93 engine::test_result result(void) const;
120 engine::action get_action(const int64_t);
122 std::pair< int64_t, engine::action > get_latest_action(void);
123 engine::context get_context(const int64_t);
125 int64_t put_action(const engine::action&, const int64_t);
126 int64_t put_context(const engine::context&);
127 int64_t put_test_program(const engine::test_program&, const int64_t);
128 int64_t put_test_case(const engine::test_case&, const int64_t);
132 int64_t put_result(const engine::test_result&, const int64_t,