Home
last modified time | relevance | path

Searched refs:ParseInt32WithDefault (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/common/
Dtask-context.cc31 int32 ParseInt32WithDefault(const std::string &s, int32 defval) { in ParseInt32WithDefault() function
110 return ParseInt32WithDefault(value, 0); in GetIntParameter()
146 return ParseInt32WithDefault(value, defval); in Get()