Searched refs:headers_map (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp302 std::pair< size_t, impl::headers_map >
307 headers_map hm;
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os)
351 headers_map::const_iterator ct = hm.find("Content-Type");
354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end();
363 impl::validate_content_type(const impl::headers_map& hm, const std::string& fmt,
368 headers_map::const_iterator iter = hm.find("Content-Type");
H A Dparser.hpp598 typedef std::map< std::string, header_entry > headers_map; typedef in namespace:atf::parser
600 std::pair< size_t, headers_map > read_headers(std::istream&, size_t);
601 void write_headers(const headers_map&, std::ostream&);
602 void validate_content_type(const headers_map&, const std::string&, int);
H A Dparser_test.cpp742 std::pair< size_t, atf::parser::headers_map > hml =
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dconfig.cpp158 std::pair< size_t, atf::parser::headers_map > hml =
H A Datffile.cpp126 std::pair< size_t, atf::parser::headers_map > hml =
H A Dtest-program.cpp491 std::pair< size_t, atf::parser::headers_map > hml =
568 atf::parser::headers_map hm;
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp399 std::pair< size_t, atf::parser::headers_map > hml =
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp82 atf::parser::headers_map hm;

Completed in 23 milliseconds