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

Function make_parse_result

Tools/EditorFramework/pugixml.cpp:2265–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2263}
2264
2265inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0)
2266{
2267 xml_parse_result result;
2268 result.status = status;
2269 result.offset = offset;
2270
2271 return result;
2272}
2273
2274struct xml_parser
2275{

Callers 4

parseMethod · 0.70
load_buffer_implMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected