Home
last modified time | relevance | path

Searched defs:stol (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/src/
Dstring.cpp262 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/
Dstring.cpp208 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/
Dstring.cpp208 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