Home
last modified time | relevance | path

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

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