Searched refs:controller_scoring_points_ (Results 1 – 2 of 2) sorted by relevance
347 controller_scoring_points_.insert(std::make_pair( in ControllerManagerImpl()357 if (controller_scoring_points_.size() == 0) in GetSortedControllers()388 auto lhs_scoring_point = controller_scoring_points_.find(lhs); in GetSortedControllers()389 auto rhs_scoring_point = controller_scoring_points_.find(rhs); in GetSortedControllers()391 if (lhs_scoring_point == controller_scoring_points_.end()) in GetSortedControllers()394 if (rhs_scoring_point == controller_scoring_points_.end()) in GetSortedControllers()
116 std::map<const Controller*, ScoringPoint> controller_scoring_points_; variable