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

Function StringToUInt

native/thirdpart/flatbuffers/util.h:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403inline uint64_t StringToUInt(const char *s, int base = 10) {
404 uint64_t val;
405 return StringToIntegerImpl(&val, s, base) ? val : 0;
406}
407
408typedef bool (*LoadFileFunction)(const char *filename, bool binary,
409 std::string *dest);

Callers 2

ParseHexNumMethod · 0.85
AsUInt64Method · 0.85

Calls 1

StringToIntegerImplFunction · 0.85

Tested by

no test coverage detected