Home | History | Annotate | Download | only in ceres

Lines Matching defs:residual_blocks_

254     CHECK(residual_blocks_.get() == NULL)
257 residual_blocks_.reset(new ResidualBlockSet);
261 CHECK(residual_blocks_.get() != NULL)
264 residual_blocks_->insert(residual_block);
268 CHECK(residual_blocks_.get() != NULL)
271 CHECK(residual_blocks_->find(residual_block) != residual_blocks_->end())
273 residual_blocks_->erase(residual_block);
279 return residual_blocks_.get();
374 scoped_ptr<ResidualBlockSet> residual_blocks_;