Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dutil.h223 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) macro
228 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) macro
237 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) macro
240 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) macro
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dutil.h222 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) macro
227 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) macro
236 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) macro
239 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) macro
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dutil.h222 #define __strtoll_impl(s, pe, b) _strtoi64_l(s, pe, b, ClassicLocale::Get()) macro
227 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get()) macro
236 #define __strtoll_impl(s, pe, b) _strtoi64(s, pe, b) macro
239 #define __strtoll_impl(s, pe, b) strtoll(s, pe, b) macro