Home
last modified time | relevance | path

Searched defs:properties_map (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/kyua/utils/config/
H A Dtree_fwd.hpp43 typedef std::map< std::string, std::string > properties_map; typedef
H A Dnodes_fwd.hpp43 typedef std::map< std::string, std::string > properties_map; typedef
/freebsd-src/contrib/kyua/model/
H A Dtypes.hpp56 typedef std::map< std::string, std::string > properties_map; typedef
/freebsd-src/contrib/kyua/engine/
H A Dscheduler_test.cpp364 const config::properties_map& /* vars */, in exec_cleanup()
H A Dscheduler.cpp516 exec_cleanup(const model::test_program &,const std::string &,const config::properties_map &,const utils::fs::path &) const exec_cleanup() argument