Searched refs:mComponentRoster (Results 1 – 2 of 2) sorted by relevance
308 mComponentRoster.emplace(component, componentStatus); in reportComponentBirth()315 mComponentRoster.erase(component); in reportComponentDeath()409 if (mComponentRoster.size() == 0) { in debug()412 for (auto& pair : mComponentRoster) { in debug()
122 std::map<Component*, ComponentStatus> mComponentRoster; member