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

Method str

MyGUIEngine/src/msdfgen/ext/import-svg.cpp:367–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 inline StrRange() : start(), end() { }
366 inline StrRange(const char *start, const char *end) : start(start), end(end) { }
367 inline std::string str() const { return std::string(start, end); }
368};
369
370static bool matchName(const char *start, const char *end, const char *value) {

Callers 15

updateMethod · 0.80
loadFileContentMethod · 0.80
loadFileContentMethod · 0.80
loadFileContentMethod · 0.80
notifyFrameStartMethod · 0.80
serializeValueFunction · 0.80
deserializeValueFunction · 0.80
numberToStringFunction · 0.80
printMethod · 0.80
finishAttributesMethod · 0.80
printMethod · 0.80
printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected