Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dutil.h234 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) macro
239 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) macro
248 #define __strtoull_impl(s, pe, b) _strtoui64(s, pe, b) macro
251 #define __strtoull_impl(s, pe, b) strtoull(s, pe, b) macro
263 *val = __strtoull_impl(str, endptr, base); in strtoval_impl()
275 #undef __strtoull_impl