Home | History | Annotate | Download | only in ceres

Lines Matching refs:second

68       if (it->second == group) {
73 group_to_elements_[it->second].erase(element);
74 if (group_to_elements_[it->second].size() == 0) {
75 group_to_elements_.erase(it->second);
127 new_group_to_elements[it->first] = it->second;
131 for (typename set<T>::const_iterator element_it = it->second.begin();
132 element_it != it->second.end();
136 new_group_to_elements[new_group_id] = it->second;
150 return it->second;
163 return (it == group_to_elements_.end()) ? 0 : it->second.size();