| 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, |
no outgoing calls
no test coverage detected