Searched defs:__strtoull_impl (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | util.h | 222 #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
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | util.h | 221 #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
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | util.h | 221 #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
|