Lines Matching defs:text
34 #include "text.hpp"
71 return tools::text::to_string(first) + ": " + second;
94 m_msg = tools::text::join(*this, "\n");
144 impl::token::text(void)
249 std::string hdr_name = t.text();
254 std::string hdr_value = t.text();
265 std::string attr_name = t.text();
270 std::string attr_value = t.text();
314 // line = text colon text
315 // (semicolon (text equal (text | dblquote string dblquote)))*
379 const std::string& vstr = tools::text::to_string(version);