Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dstring_util_gtest.cc76 TEST(StringUtilTest, stoi){{size_t pos = 0; in TEST() argument
/llvm-project/third-party/benchmark/src/
H A Dstring_util.cc201 int stoi(const std::string& str, size_t* pos, int base) { in stoi() function
/llvm-project/libcxx/src/
H A Dstring.cpp206 int stoi(const string& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base); } in stoi() function
227 int stoi(const wstring& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base); } in stoi() function