Searched refs:GroupEntry (Results 1 – 1 of 1) sorted by relevance
256 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName]; in get() local258 if (!GroupEntry.first) in get()259 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in get()261 Timer &T = GroupEntry.second[Name]; in get()263 T.init(Name, Description, *GroupEntry.first); in get()