Searched refs:getCounterId (Results 1 – 3 of 3) sorted by relevance
36 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()88 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()101 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()126 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
36 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()88 unsigned CounterID = getCounterId(CounterName); in push_back()101 unsigned CounterID = getCounterId(CounterName); in push_back()126 unsigned CounterID = getCounterId(CounterName); in print()
126 unsigned getCounterId(const std::string &Name) const { in getCounterId() function