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

Function StringToInt

native/thirdpart/flatbuffers/util.h:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398inline int64_t StringToInt(const char *s, int base = 10) {
399 int64_t val;
400 return StringToIntegerImpl(&val, s, base) ? val : 0;
401}
402
403inline uint64_t StringToUInt(const char *s, int base = 10) {
404 uint64_t val;

Callers 5

ParseFlexBufferValueMethod · 0.85
SerializeMethod · 0.85
AsInt64Method · 0.85
GetAnyValueIFunction · 0.85
SetAnyValueSFunction · 0.85

Calls 1

StringToIntegerImplFunction · 0.85

Tested by

no test coverage detected