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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp307 headers_map hm;
334 hm[he.name()] = he;
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) argument
350 PRE(!hm.empty());
351 headers_map::const_iterator ct = hm.find("Content-Type");
352 PRE(ct != hm.end());
354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end();
363 impl::validate_content_type(const impl::headers_map& hm, cons argument
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp82 atf::parser::headers_map hm; local
85 hm["Content-Type"] = atf::parser::header_entry("Content-Type",
87 atf::parser::write_headers(hm, m_os);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp568 atf::parser::headers_map hm; local
571 hm["Content-Type"] =
574 atf::parser::write_headers(hm, m_os);

Completed in 43 milliseconds