Searched defs:stoul (Results 1 – 5 of 5) sorted by relevance
/external/google-benchmark/test/ |
D | string_util_gtest.cc | 9 TEST(StringUtilTest, stoul) { in TEST() argument
|
/external/libcxx/utils/google-benchmark/test/ |
D | string_util_gtest.cc | 9 TEST(StringUtilTest, stoul) { in TEST() argument
|
/external/libcxx/utils/google-benchmark/src/ |
D | string_util.cc | 179 unsigned long stoul(const std::string& str, size_t* pos, int base) { in stoul() function
|
/external/google-benchmark/src/ |
D | string_util.cc | 179 unsigned long stoul(const std::string& str, size_t* pos, int base) { in stoul() function
|
/external/libcxx/src/ |
D | string.cpp | 274 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
|