HomeSort by relevance Sort by last modified time
    Searched refs:stoull (Results 1 - 25 of 32) sorted by null

1 2

  /external/libcxx/test/std/strings/string.conversions/
stoull.pass.cpp 15 // unsigned long long stoull(const string& str, size_t *idx = 0, int base = 10);
16 // unsigned long long stoull(const wstring& str, size_t *idx = 0, int base = 10);
23 assert(std::stoull("0") == 0);
24 assert(std::stoull(L"0") == 0);
25 assert(std::stoull("-0") == 0);
26 assert(std::stoull(L"-0") == 0);
27 assert(std::stoull(" 10") == 10);
28 assert(std::stoull(L" 10") == 10);
30 assert(std::stoull("10g", &idx, 16) == 16);
33 assert(std::stoull(L"10g", &idx, 16) == 16)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stoull.pass.cpp 15 // unsigned long long stoull(const string& str, size_t *idx = 0, int base = 10);
16 // unsigned long long stoull(const wstring& str, size_t *idx = 0, int base = 10);
23 assert(std::stoull("0") == 0);
24 assert(std::stoull(L"0") == 0);
25 assert(std::stoull("-0") == 0);
26 assert(std::stoull(L"-0") == 0);
27 assert(std::stoull(" 10") == 10);
28 assert(std::stoull(L" 10") == 10);
30 assert(std::stoull("10g", &idx, 16) == 16);
33 assert(std::stoull(L"10g", &idx, 16) == 16)
    [all...]
  /external/libcxx/src/
string.cpp 303 stoull(const string& str, size_t* idx, int base) function
305 return as_integer<unsigned long long>( "stoull", str, idx, base );
309 stoull(const wstring& str, size_t* idx, int base) function
311 return as_integer<unsigned long long>( "stoull", str, idx, base );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 303 stoull(const string& str, size_t* idx, int base) function
305 return as_integer<unsigned long long>( "stoull", str, idx, base );
309 stoull(const wstring& str, size_t* idx, int base) function
311 return as_integer<unsigned long long>( "stoull", str, idx, base );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2843 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2946 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 2604 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2706 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h 2843 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2946 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 2604 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2706 stoull(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h 2843 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2946 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 2604 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2706 stoull(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 2588 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2649 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2484 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2544 stoull(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 2588 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2649 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2484 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2544 stoull(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 2588 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2649 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 2484 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2544 stoull(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 2588 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2649 stoull(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 2480 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2540 stoull(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 2784 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2887 stoull(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 2561 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2663 stoull(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 2842 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2945 stoull(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 2570 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2672 stoull(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 2784 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2887 stoull(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 2561 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10) function
2663 stoull(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 2842 stoull(const string& __str, size_t* __idx = 0, int __base = 10) function
2945 stoull(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]

Completed in 1350 milliseconds

1 2