Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/native/libtextclassifier_fbgen_annotator_model/gen/annotator/
Dmodel_generated.h1117 bool use_approximate_matching = false; member
1160 bool use_approximate_matching() const { in use_approximate_matching() function
1225 void add_use_approximate_matching(bool use_approximate_matching) { in add_use_approximate_matching()
1226 …<uint8_t>(Pattern::VT_USE_APPROXIMATE_MATCHING, static_cast<uint8_t>(use_approximate_matching), 0); in add_use_approximate_matching()
1261 bool use_approximate_matching = false,
1278 builder_.add_use_approximate_matching(use_approximate_matching);
1289 bool use_approximate_matching = false,
1306 use_approximate_matching,
5887 use_approximate_matching(o.use_approximate_matching), in PatternT()
5902 std::swap(use_approximate_matching, o.use_approximate_matching);
[all …]
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dmodel.fbs251 use_approximate_matching:bool = false;
H A Dannotator.cc1657 if (regex_pattern.config->use_approximate_matching()) { in RegexClassifyText()