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

Method load_buffer_inplace_own

Tools/EditorFramework/pugixml.cpp:5872–5876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5870 }
5871
5872 PUGI__FN xml_parse_result
5873 xml_document::load_buffer_inplace_own(void* contents, size_t size, unsigned int options, xml_encoding encoding)
5874 {
5875 return load_buffer_impl(contents, size, options, encoding, true, true);
5876 }
5877
5878 PUGI__FN void xml_document::save(
5879 xml_writer& writer,

Calls

no outgoing calls

Tested by

no test coverage detected