Searched defs:LiteAtoi (Results 1 – 2 of 2) sorted by relevance
43 inline bool LiteAtoi(const string &s, int *value) { in LiteAtoi() function47 inline bool LiteAtoi(StringPiece sp, int *value) { in LiteAtoi() function
41 bool LiteAtoi(const char *c_str, int *value) { in LiteAtoi() function