Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dstring_util_gtest.cc13 TEST(StringUtilTest, stoul) { in TEST() argument
/llvm-project/third-party/benchmark/src/
H A Dstring_util.cc175 unsigned long stoul(const std::string& str, size_t* pos, int base) { in stoul() function
/llvm-project/libcxx/src/
H A Dstring.cpp210 unsigned long stoul(const string& str, size_t* idx, int base) { in stoul() function
231 unsigned long stoul(const wstring& str, size_t* idx, int base) { in stoul() function