Searched defs:stoi (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/utils/google-benchmark/test/ |
D | string_util_gtest.cc | 68 TEST(StringUtilTest, stoi) { in TEST() argument
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | string_util_gtest.cc | 68 TEST(StringUtilTest, stoi) { in TEST() argument
|
/external/google-benchmark/test/ |
D | string_util_gtest.cc | 71 TEST(StringUtilTest, stoi) { in TEST() argument
|
/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/llvm-project/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/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
|
/external/llvm-project/libcxx/src/ |
D | string.cpp | 256 stoi(const string& str, size_t* idx, int base) in stoi() function 262 stoi(const wstring& str, size_t* idx, int base) in stoi() function
|
/external/skia/src/sksl/ |
D | SkSLString.cpp | 248 bool stoi(const StringFragment& s, SKSL_INT* value) { in stoi() function
|
/external/skqp/src/sksl/ |
D | SkSLString.cpp | 277 int stoi(const String& s) { in stoi() function
|
/external/libpcap/ |
D | scanner.c | 5574 stoi(char *s) in stoi() function
|