Searched defs:stoi (Results 1 – 7 of 7) sorted by relevance
/external/google-benchmark/test/ |
D | string_util_gtest.cc | 71 TEST(StringUtilTest, stoi) { in TEST() argument
|
/external/libcxx/utils/google-benchmark/test/ |
D | string_util_gtest.cc | 68 TEST(StringUtilTest, stoi) { in TEST() argument
|
/external/skia/src/sksl/ |
D | SkSLString.cpp | 68 bool SkSL::stoi(std::string_view s, SKSL_INT* value) { in stoi() function in SkSL
|
/external/google-benchmark/src/ |
D | string_util.cc | 200 int stoi(const std::string& str, size_t* pos, int base) { in stoi() function
|
/external/libcxx/utils/google-benchmark/src/ |
D | string_util.cc | 206 int stoi(const std::string& str, size_t* pos, int base) { in stoi() function
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | string.cpp | 225 int stoi(const string& str, size_t* idx, int base) { in stoi() function 258 int stoi(const wstring& str, size_t* idx, int base) { in stoi() function
|
/external/libcxx/src/ |
D | string.cpp | 250 stoi(const string& str, size_t* idx, int base) in stoi() function 256 stoi(const wstring& str, size_t* idx, int base) in stoi() function
|