Searched defs:stol (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/src/ |
D | string.cpp | 262 stol(const string& str, size_t* idx, int base) in stol() function 268 stol(const wstring& str, size_t* idx, int base) in stol() function
|
/external/cronet/tot/third_party/libc++/src/src/ |
D | string.cpp | 208 long stol(const string& str, size_t* idx, int base) { return as_integer<long>("stol", str, idx, bas… in stol() function 229 long stol(const wstring& str, size_t* idx, int base) { return as_integer<long>("stol", str, idx, ba… in stol() function
|
/external/cronet/stable/third_party/libc++/src/src/ |
D | string.cpp | 208 long stol(const string& str, size_t* idx, int base) { return as_integer<long>("stol", str, idx, bas… in stol() function 229 long stol(const wstring& str, size_t* idx, int base) { return as_integer<long>("stol", str, idx, ba… in stol() function
|