Searched defs:__strtoll_impl (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | util.h | 224 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) macro 229 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) macro 238 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) macro 241 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) macro
|