MCPcopy Create free account
hub / github.com/MyGUI/mygui / text_output

Function text_output

Tools/EditorFramework/pugixml.cpp:3393–3399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3391}
3392
3393PUGI__FN void text_output(xml_buffered_writer& writer, const char_t* s, chartypex_t type, unsigned int flags)
3394{
3395 if (flags & format_no_escapes)
3396 writer.write(s);
3397 else
3398 text_output_escaped(writer, s, type);
3399}
3400
3401PUGI__FN void text_output_cdata(xml_buffered_writer& writer, const char_t* s)
3402{

Callers 2

node_output_attributesFunction · 0.70
node_outputFunction · 0.70

Calls 2

text_output_escapedFunction · 0.70
writeMethod · 0.45

Tested by

no test coverage detected