Home
last modified time | relevance | path

Searched refs:__strtoll_impl (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dutil.h223 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) macro
228 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) macro
237 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) macro
240 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) macro
246 *val = __strtoll_impl(str, endptr, base); in strtoval_impl()
264 #undef __strtoll_impl