Home
last modified time | relevance | path

Searched defs:stoull (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxx/src/
H A Dstring.cpp298 stoull(const string& str, size_t* idx, int base) in stoull() function
304 stoull(const wstring& str, size_t* idx, int base) in stoull() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dstring.cpp216 unsigned long long stoull(const string& str, size_t* idx, int base) { in stoull() function
237 unsigned long long stoull(const wstring& str, size_t* idx, int base) { in stoull() function