MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / make_parse_result

Function make_parse_result

Source/ThirdParty/pugixml/pugixml.cpp:2303–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301 }
2302
2303 inline xml_parse_result make_parse_result(xml_parse_status status, ptrdiff_t offset = 0)
2304 {
2305 xml_parse_result result;
2306 result.status = status;
2307 result.offset = offset;
2308
2309 return result;
2310 }
2311
2312 struct xml_parser
2313 {

Callers 5

parseMethod · 0.85
append_bufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected