HomeSort by relevance Sort by last modified time
    Searched refs:stol (Results 1 - 23 of 23) sorted by null

  /external/libcxx/test/std/strings/string.conversions/
stol.pass.cpp 15 // long stol(const string& str, size_t *idx = 0, int base = 10);
16 // long stol(const wstring& str, size_t *idx = 0, int base = 10);
25 assert(std::stol("0") == 0);
26 assert(std::stol(L"0") == 0);
27 assert(std::stol("-0") == 0);
28 assert(std::stol(L"-0") == 0);
29 assert(std::stol("-10") == -10);
30 assert(std::stol(L"-10") == -10);
31 assert(std::stol(" 10") == 10);
32 assert(std::stol(L" 10") == 10)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stol.pass.cpp 15 // long stol(const string& str, size_t *idx = 0, int base = 10);
16 // long stol(const wstring& str, size_t *idx = 0, int base = 10);
23 assert(std::stol("0") == 0);
24 assert(std::stol(L"0") == 0);
25 assert(std::stol("-0") == 0);
26 assert(std::stol(L"-0") == 0);
27 assert(std::stol("-10") == -10);
28 assert(std::stol(L"-10") == -10);
29 assert(std::stol(" 10") == 10);
30 assert(std::stol(L" 10") == 10)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/string.conversions/
stol.pass.cpp 16 // long stol(const string& str, size_t *idx = 0, int base = 10);
17 // long stol(const wstring& str, size_t *idx = 0, int base = 10);
24 assert(std::stol("0") == 0);
25 assert(std::stol(L"0") == 0);
26 assert(std::stol("-0") == 0);
27 assert(std::stol(L"-0") == 0);
28 assert(std::stol("-10") == -10);
29 assert(std::stol(L"-10") == -10);
30 assert(std::stol(" 10") == 10);
31 assert(std::stol(L" 10") == 10)
    [all...]
  /external/skia/src/sksl/
SkSLString.h 82 long stol(String s);
SkSLString.cpp 168 long stol(String s) {
SkSLParser.cpp     [all...]
  /external/libcxx/src/
string.cpp 268 stol(const string& str, size_t* idx, int base) function
270 return as_integer<long>( "stol", str, idx, base );
274 stol(const wstring& str, size_t* idx, int base) function
276 return as_integer<long>( "stol", str, idx, base );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 267 stol(const string& str, size_t* idx, int base) function
269 return as_integer<long>( "stol", str, idx, base );
273 stol(const wstring& str, size_t* idx, int base) function
275 return as_integer<long>( "stol", str, idx, base );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
string.cpp 268 stol(const string& str, size_t* idx, int base) function
270 return as_integer<long>( "stol", str, idx, base );
274 stol(const wstring& str, size_t* idx, int base) function
276 return as_integer<long>( "stol", 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 2828 stol(const string& __str, size_t* __idx = 0, int __base = 10) function
2931 stol(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 2589 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2691 stol(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 2828 stol(const string& __str, size_t* __idx = 0, int __base = 10) function
2931 stol(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 2589 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2691 stol(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 2828 stol(const string& __str, size_t* __idx = 0, int __base = 10) function
2931 stol(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 2589 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2691 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 2863 stol(const string& __str, size_t* __idx = 0, int __base = 10) function
2966 stol(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 2729 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2831 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 2863 stol(const string& __str, size_t* __idx = 0, int __base = 10) function
2966 stol(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 2729 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2831 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 2863 stol(const string& __str, size_t* __idx = 0, int __base = 10) function
2966 stol(const wstring& __str, size_t* __idx = 0, int __base = 10) function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
vstring.h 2729 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function
2831 stol(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.cpp 247 mStopTimeStamp = stol(inputs[1]);
  /frameworks/rs/rsov/driver/
rsovScript.cpp 192 const uint64_t globalSize = static_cast<uint64_t>(std::stol(strVal));

Completed in 537 milliseconds