MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ToUnsigned

Method ToUnsigned

native/thirdpart/tinyxml2/tinyxml2.cpp:628–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628bool XMLUtil::ToUnsigned(const char* str, unsigned* value)
629{
630 if (TIXML_SSCANF(str, IsPrefixHex(str) ? "%x" : "%u", value) == 1) {
631 return true;
632 }
633 return false;
634}
635
636bool XMLUtil::ToBool( const char* str, bool* value )
637{

Callers

nothing calls this directly

Calls 1

IsPrefixHexFunction · 0.85

Tested by

no test coverage detected