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

Function strtoval_impl

native/thirdpart/flatbuffers/util.h:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254#endif
255
256inline void strtoval_impl(int64_t *val, const char *str, char **endptr,
257 int base) {
258 *val = __strtoll_impl(str, endptr, base);
259}
260
261inline void strtoval_impl(uint64_t *val, const char *str, char **endptr,
262 int base) {

Callers 2

StringToIntegerImplFunction · 0.85
StringToFloatImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected