Searched refs:header_entry (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp164 // The "header_entry" class.
167 impl::header_entry::header_entry(void) function in class:impl::header_entry
171 impl::header_entry::header_entry(const std::string& n, const std::string& v, function in class:impl::header_entry
180 impl::header_entry::name(void) const
186 impl::header_entry::value(void) const
192 impl::header_entry::attrs(void) const
198 impl::header_entry::has_attr(const std::string& n) const
204 impl::header_entry
[all...]
H A Dparser.hpp581 class header_entry { class in namespace:atf::parser
587 header_entry(void);
588 header_entry(const std::string&, const std::string&,
598 typedef std::map< std::string, header_entry > headers_map;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp85 hm["Content-Type"] = atf::parser::header_entry("Content-Type",
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.cpp572 atf::parser::header_entry("Content-Type", "application/X-atf-tps",

Completed in 37 milliseconds