HomeSort by relevance Sort by last modified time
    Searched defs:__endptr (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 60 _CharT* __endptr; local
62 const _TRet __tmp = __convf(__str, &__endptr, __base...);
64 if (__endptr == __str)
75 *__idx = __endptr - __str;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
string_conversions.h 60 _CharT* __endptr; local
62 const _TRet __tmp = __convf(__str, &__endptr, __base...);
64 if (__endptr == __str)
75 *__idx = __endptr - __str;

Completed in 164 milliseconds