Lines Matching defs:it
64 ParameterMap::const_iterator it = parameter_map.find(parameter_block);
65 CHECK(it != parameter_map.end())
67 return it->second;
99 ParameterMap::iterator it = parameter_block_map_.find(values);
100 if (it != parameter_block_map_.end()) {
102 int existing_size = it->second->Size();
109 return it->second;
113 // Before adding the parameter block, also check that it doesn't alias any
167 ResidualBlockSet::iterator it = residual_block_set_.find(residual_block);
168 residual_block_set_.erase(it);
174 // references to it inside the problem (e.g. by another parameter). Referenced
175 // cost and loss functions are tucked away for future deletion, since it is not
196 // references to it inside the problem (e.g. by any residual blocks).
197 // Referenced parameterizations are tucked away for future deletion, since it
474 // vector over the element to remove, then popping the last element. It
682 // CXSparse, here it just being used for telling the evaluator to
802 for (ParameterMap::const_iterator it = parameter_block_map_.begin();
803 it != parameter_block_map_.end();
804 ++it) {
805 parameter_blocks->push_back(it->first);