Home | History | Annotate | Download | only in quoted.manip

Lines Matching refs:quoted

12 // quoted
31 auto q = std::quoted(str);
45 ss << std::quoted(p);
47 ss >> std::quoted(s);
59 ss << std::quoted(p);
61 ss >> std::quoted(s);
71 ss << std::quoted(p, d);
73 ss >> std::quoted(s, d);
82 ss << std::quoted(p, CharT('"'), e );
84 ss >> std::quoted(s, CharT('"'), e );
94 ss << std::quoted(p, d, e);
108 ss >> std::quoted(s, d, e);
115 ss << std::left << std::setw(10) << std::setfill('!') << std::quoted("abc", '`');
121 ss << std::right << std::setw(10) << std::setfill('!') << std::quoted("abc", '`');