Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dstring_util_gtest.cc9 TEST(StringUtilTest, stoul) { in TEST() argument
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstring_util.cc179 unsigned long stoul(const std::string& str, size_t* pos, int base) { in stoul() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp280 stoul(const string& str, size_t* idx, int base) in stoul() function
286 stoul(const wstring& str, size_t* idx, int base) in stoul() function