Searched refs:GroupEntry (Results 1 – 1 of 1) sorted by relevance
224 std::pair<TimerGroup *, Name2TimerMap> &GroupEntry = in get() local226 Timer &T = GroupEntry.second[Name]; in get()228 T.init(Name, Description, *GroupEntry.first); in get()240 std::pair<TimerGroup *, Name2TimerMap> &GroupEntry = Map[GroupName]; in getGroupEntry() local241 if (!GroupEntry.first) in getGroupEntry()242 GroupEntry.first = new TimerGroup(GroupName, GroupDescription); in getGroupEntry()244 return GroupEntry; in getGroupEntry()