Lines Matching defs:const
54 const char*
56 const throw()
69 const
89 const char*
91 const throw()
105 impl::format_error::format_error(const std::string& w) :
120 const token_type& p_type,
121 const std::string& p_text) :
131 const
136 const impl::token_type&
138 const
143 const std::string&
145 const
151 const
158 const
171 impl::header_entry::header_entry(const std::string& n, const std::string& v,
179 const std::string&
180 impl::header_entry::name(void) const
185 const std::string&
186 impl::header_entry::value(void) const
191 const impl::attrs_map&
192 impl::header_entry::attrs(void) const
198 impl::header_entry::has_attr(const std::string& n) const
203 const std::string&
204 impl::header_entry::get_attr(const std::string& n) const
217 static const impl::token_type eof_type = 0;
218 static const impl::token_type nl_type = 1;
219 static const impl::token_type text_type = 2;
220 static const impl::token_type colon_type = 3;
221 static const impl::token_type semicolon_type = 4;
222 static const impl::token_type dblquote_type = 5;
223 static const impl::token_type equal_type = 6;
281 write(std::ostream& os, const impl::header_entry& he)
335 } catch (const impl::parse_error& pe) {
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os)
363 impl::validate_content_type(const impl::headers_map& hm, const std::string& fmt,
372 const header_entry& he = (*iter).second;
379 const std::string& vstr = atf::text::to_string(version);