Lines Matching refs:Subject
17 // A DifferenceEstimator simplifies the task of determining which 'Subject' byte
23 // The measure is asymmetric, if the Subject is a small substring of the Base
26 // The comparison is staged: first make Base and Subject objects for the regions
37 class Subject;
43 Subject* MakeSubject(const Region& region);
46 // from |base| to |subject|. Returns zero iff the base and subject regions
48 size_t Measure(Base* base, Subject* subject);
52 std::vector<Subject*> owned_subjects_;