Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/tools/hscollider/
H A DGraphTruth.cpp354 for (const auto &it_lkey : m_lkey) { in run() local
355 if (sub_exps.find(it_lkey.first) == sub_exps.end()) { in run()
356 sub_exps.emplace(it_lkey.first); in run()
358 shared_ptr<CNGInfo> sub_cngi = preprocess(it_lkey.first); in run()
370 if (!run(it_lkey.first, *sub_cng, *sub_cngi, buffer, sub_rs, error)) { in run()
376 offset_to_lkeys[it_mr.to].emplace(it_lkey.second); in run()
H A DGroundTruth.cpp643 for (const auto &it_lkey : m_lkey) { in run() local
644 if (sub_exps.find(it_lkey.first) == sub_exps.end()) { in run()
645 sub_exps.emplace(it_lkey.first); in run()
649 sub_pcre = compile(it_lkey.first); in run()
658 if (!run(it_lkey.first, *sub_pcre, buffer, sub_rs, error)) { in run()
664 offset_to_lkeys[it_mr.to].emplace(it_lkey.second); in run()