Searched defs:props (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datffile.cpp257 props(void) function in class:reader
300 impl::atffile::props(void) function in class:impl::atffile
343 if (r.props().find("test-suite") == r.props().end())
347 return atffile(r.conf(), r.tps(), r.props());
H A Dtest_program_test.cpp60 check_property(const vars_map& props, const char* name, const char* value) argument
62 const vars_map::const_iterator iter = props.find(name);
63 ATF_REQUIRE(iter != props.end());
H A Dtest-program.cpp106 void got_tc(const std::string& ident, const vars_map& props) argument
111 m_tcs[ident] = props;
505 std::map< std::string, std::string > props; local
511 validate_and_insert(name, value, t.lineno(), props);
517 iter = props.find("ident");
518 if (iter == props.end())
521 ATF_PARSER_CALLBACK(p, got_tc((*iter).second, props));
522 props.clear();

Completed in 2093 milliseconds