Home
last modified time | relevance | path

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

/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dmultimatch.cc175 class MultipleMatchSpy : public Xapian::MatchSpy { class
181 MultipleMatchSpy(const std::vector<Xapian::MatchSpy *> & spies_) in MultipleMatchSpy() function in MultipleMatchSpy
192 MultipleMatchSpy::operator()(const Xapian::Document &doc, Xapian::weight wt) { in operator ()()
449 MultipleMatchSpy multispy(matchspies); in get_mset()
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dmultimatch.cc249 class MultipleMatchSpy : public Xapian::MatchSpy { class
256MultipleMatchSpy(const std::vector<Xapian::Internal::opt_intrusive_ptr<Xapian::MatchSpy>> & spies_) in MultipleMatchSpy() function in MultipleMatchSpy
267 MultipleMatchSpy::operator()(const Xapian::Document &doc, double wt) { in operator ()()
526 MultipleMatchSpy multispy(matchspies); in get_mset()