Home
last modified time | relevance | path

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

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