Lines Matching defs:result
232 std::string result;
233 escape_xml_string(str, result);
234 return result;
274 std::string result;
275 escape_xml_comment(str, result);
276 return result;
367 std::string result;
368 unescape_xml_string(str, result);
369 return result;
411 std::string result;
412 unescape_xml_comment(str, result);
413 return result;