Home | History | Annotate | Download | only in matchers

Lines Matching refs:LogMatchingTracker

34 class LogMatchingTracker : public virtual RefBase {
36 LogMatchingTracker(const int64_t& id, const int index)
39 virtual ~LogMatchingTracker(){};
41 // Initialize this LogMatchingTracker.
44 // allTrackers: the list of the LogMatchingTracker objects. It's a one-to-one mapping with
50 const std::vector<sp<LogMatchingTracker>>& allTrackers,
62 const std::vector<sp<LogMatchingTracker>>& allTrackers,
80 // Index of this LogMatchingTracker in MetricsManager's container.
83 // Whether this LogMatchingTracker has been properly initialized.
86 // The collection of the event tag ids that this LogMatchingTracker cares. So we can quickly
90 // LogMatchingTracker cares is only a few.