MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / load_buffer

Method load_buffer

src/pugiXML/pugixml.cpp:5258–5261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5256 }
5257
5258 PUGI__FN xml_parse_result xml_document::load_buffer(const void* contents, size_t size, unsigned int options, xml_encoding encoding)
5259 {
5260 return load_buffer_impl(const_cast<void*>(contents), size, options, encoding, false, false);
5261 }
5262
5263 PUGI__FN xml_parse_result xml_document::load_buffer_inplace(void* contents, size_t size, unsigned int options, xml_encoding encoding)
5264 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected