Searched refs:cost_functions_to_delete_ (Results 1 – 2 of 2) sorted by relevance
184 cost_functions_to_delete_.push_back( in DeleteBlock()218 cost_functions_to_delete_.reserve(num_residual_blocks); in ~ProblemImpl()232 STLDeleteUniqueContainerPointers(cost_functions_to_delete_.begin(), in ~ProblemImpl()233 cost_functions_to_delete_.end()); in ~ProblemImpl()
210 vector<CostFunction*> cost_functions_to_delete_; variable