Searched refs:atomMatcher (Results 1 – 3 of 3) sorted by relevance
120 AtomMatcher atomMatcher = new AtomMatcher(); in addAtomEvent() local121 atomMatcher.id = atomName.hashCode(); in addAtomEvent()122 atomMatcher.setSimpleAtomMatcher(sam); in addAtomEvent()124 conf.atomMatcher = new AtomMatcher[]{ in addAtomEvent()125 atomMatcher in addAtomEvent()
250 final var atomMatcher = new AtomMatcher(); in addEventMetric() local251 atomMatcher.id = matcherName.hashCode(); in addEventMetric()252 atomMatcher.setSimpleAtomMatcher(sam); in addEventMetric()254 config.atomMatcher = new AtomMatcher[]{ in addEventMetric()255 atomMatcher, in addEventMetric()
165 static void dropWhileNot(List<EventMetricData> metricData, Predicate<Atom> atomMatcher) { in dropWhileNot() argument169 if (atomMatcher.test(atom)) { in dropWhileNot()