Searched defs:stoi (Results 1 – 3 of 3) sorted by relevance
/llvm-project/third-party/benchmark/test/ |
H A D | string_util_gtest.cc | 76 TEST(StringUtilTest, stoi){{size_t pos = 0; in TEST() argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | string_util.cc | 201 int stoi(const std::string& str, size_t* pos, int base) { in stoi() function
|
/llvm-project/libcxx/src/ |
H A D | string.cpp | 206 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
|