Searched defs:__strtoull_impl (Results  1 – 1 of 1) sorted by relevance
| /external/flatbuffers/include/flatbuffers/ | 
| D | util.h | 221     #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get())  macro226     #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
 
 |