Searched refs:LiteAtoi (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/lang_id/common/lite_strings/ |
D | numbers.h | 41 bool LiteAtoi(const char *c_str, int *value); 43 inline bool LiteAtoi(const string &s, int *value) { in LiteAtoi() function 44 return LiteAtoi(s.c_str(), value); in LiteAtoi() 47 inline bool LiteAtoi(StringPiece sp, int *value) { in LiteAtoi() function 51 return LiteAtoi(temp.c_str(), value); in LiteAtoi()
|
D | numbers.cc | 41 bool LiteAtoi(const char *c_str, int *value) { in LiteAtoi() function
|
/external/libtextclassifier/lang_id/common/ |
D | embedding-feature-extractor.cc | 59 if (!LiteAtoi(dim_str, &dim)) { in Setup()
|
/external/libtextclassifier/lang_id/common/fel/ |
D | task-context.cc | 49 if (LiteAtoi(s, &value)) { in Get()
|
D | feature-extractor.cc | 87 if (!LiteAtoi(value_str, &value)) { in GetIntParameter()
|
D | fel-parser.cc | 253 if (!LiteAtoi(item_text_, &argument)) { in ParseParameter()
|