Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dlua-utils.cc262 struct ProtectedCall { in RunProtected() struct
267 ProtectedCall *p = static_cast<ProtectedCall *>( in RunProtected()
272 ProtectedCall protected_call = {func}; in RunProtected()
274 lua_pushcclosure(state_, &ProtectedCall::run, /*n=*/1); in RunProtected()