Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/
Dregex-match.cc44 const std::string& context, const std::string& verifier_code,
51 const std::string& verifier_code, in LuaVerifier() argument
53 : context_(context), verifier_code_(verifier_code), matcher_(matcher) {} in LuaVerifier()
85 const std::string& context, const std::string& verifier_code, in Create() argument
88 new LuaVerifier(context, verifier_code, matcher)); in Create()