Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dregex-match.cc41 const std::string& context, const std::string& verifier_code,
48 const std::string& verifier_code, in LuaVerifier() argument
50 : context_(context), verifier_code_(verifier_code), matcher_(matcher) {} in LuaVerifier()
82 const std::string& context, const std::string& verifier_code, in Create() argument
85 new LuaVerifier(context, verifier_code, matcher)); in Create()