/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
stoll.pass.cpp | 15 // long long stoll(const string& str, size_t *idx = 0, int base = 10); 16 // long long stoll(const wstring& str, size_t *idx = 0, int base = 10); 23 assert(std::stoll("0") == 0); 24 assert(std::stoll(L"0") == 0); 25 assert(std::stoll("-0") == 0); 26 assert(std::stoll(L"-0") == 0); 27 assert(std::stoll("-10") == -10); 28 assert(std::stoll(L"-10") == -10); 29 assert(std::stoll(" 10") == 10); 30 assert(std::stoll(L" 10") == 10) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
string.cpp | 287 stoll(const string& str, size_t* idx, int base) function 289 return as_integer<long long>( "stoll", str, idx, base ); 293 stoll(const wstring& str, size_t* idx, int base) function 295 return as_integer<long long>( "stoll", str, idx, base );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.h | 2583 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2644 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.h | 2479 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2539 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | 2779 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2882 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring.h | 2556 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2658 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_string.h | 2779 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2882 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring.h | 2556 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2658 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 2583 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2644 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 2479 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2539 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 2583 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2644 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 2479 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2539 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.h | 2583 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2644 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.h | 2479 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2539 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_string.h | 2583 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2644 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring.h | 2475 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2535 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2779 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2882 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 2556 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2658 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2837 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2940 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 2565 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2667 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_string.h | 2779 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2882 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 2556 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2658 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_string.h | 2837 stoll(const string& __str, size_t* __idx = 0, int __base = 10) function 2940 stoll(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.h | 2565 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2667 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
vstring.h | 2599 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2701 stoll(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |