Home
last modified time | relevance | path

Searched defs:ProtectedCall (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/utils/
Dlua-utils.cc262 struct ProtectedCall { in RunProtected() struct
263 std::function<int()> func; in RunProtected()
265 static int run(lua_State *state) { in RunProtected()