Searched refs:actionTag (Results 1 – 4 of 4) sorted by relevance
57 void DebugCounter::addCounter(StringRef actionTag, int64_t countToSkip, in addCounter() argument59 assert(!counters.count(actionTag) && in addCounter()61 counters.try_emplace(actionTag, countToSkip, countToStopAfter); in addCounter()
37 void addCounter(StringRef actionTag, int64_t countToSkip,
79 virtual FailureOr<bool> shouldExecute(StringRef actionTag, in shouldExecute() argument
164 /// - actionTag: The tag specified by the action type.166 virtual FailureOr<bool> shouldExecute(StringRef actionTag,