Home
last modified time | relevance | path

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

/external/google-benchmark/test/
Dstring_util_gtest.cc71 TEST(StringUtilTest, stoi) { in TEST() argument
/external/libcxx/utils/google-benchmark/test/
Dstring_util_gtest.cc68 TEST(StringUtilTest, stoi) { in TEST() argument
/external/skia/src/sksl/
DSkSLString.cpp68 bool SkSL::stoi(std::string_view s, SKSL_INT* value) { in stoi() function in SkSL
/external/google-benchmark/src/
Dstring_util.cc200 int stoi(const std::string& str, size_t* pos, int base) { in stoi() function
/external/libcxx/utils/google-benchmark/src/
Dstring_util.cc206 int stoi(const std::string& str, size_t* pos, int base) { in stoi() function
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dstring.cpp225 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/
Dstring.cpp250 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