Searched defs:StringToInt (Results 1 – 4 of 4) sorted by relevance
18 int StringToInt(const string& s) { in StringToInt() function
108 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() function116 double StringToInt(UnicodeCache* unicode_cache, in StringToInt() function
385 bool StringToInt(const StringPiece& input, int* output) { in StringToInt() function389 bool StringToInt(const StringPiece16& input, int* output) { in StringToInt() function
108 TEST(StringNumberConversionsTest, StringToInt) { in TEST() argument