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

Method namespace_uri_predicate

UnitTests/TestApp/pugixml.cpp:7213–7219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7211 size_t prefix_length;
7212
7213 namespace_uri_predicate(const char_t* name)
7214 {
7215 const char_t* pos = find_char(name, ':');
7216
7217 prefix = pos ? name : 0;
7218 prefix_length = pos ? static_cast<size_t>(pos - name) : 0;
7219 }
7220
7221 bool operator()(const xml_attribute& a) const
7222 {

Callers

nothing calls this directly

Calls 1

find_charFunction · 0.70

Tested by

no test coverage detected