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

Function xpath_context

src/pugiXML/pugixml.cpp:6920–6922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6918 size_t position, size;
6919
6920 xpath_context(const xpath_node& n_, size_t position_, size_t size_): n(n_), position(position_), size(size_)
6921 {
6922 }
6923 };
6924
6925 enum lexeme_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected