Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dutil.h221 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) macro
226 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) macro
235 #define __strtoull_impl(s, pe, b) _strtoui64(s, pe, b) macro
238 #define __strtoull_impl(s, pe, b) strtoull(s, pe, b) macro