Home | History | Annotate | Download | only in libutil++

Lines Matching refs:out

24 	ostringstream out;
25 out << xml_tag_name(tag);
26 return out.str();
32 ostringstream out;
36 out << buf;
37 return out.str();
43 ostringstream out;
47 out << buf;
48 return out.str();
54 ostringstream out;
58 out << buf;
59 return out.str();
65 ostringstream out;
69 out << buf;
70 return out.str();
76 ostringstream out;
80 out << buf;
81 return out.str();