Searched defs:__strtoll_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/flatbuffers/include/flatbuffers/ |
D | util.h | 235 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) macro 240 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) macro 249 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) macro 252 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) macro
|