Searched defs:DestructorCountingCostFunction (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem_test.cc304 class DestructorCountingCostFunction : public SizedCostFunction<3, 4, 5> { class in namespace:ceres::internal
306 explicit DestructorCountingCostFunction(int *num_destructions) function in class:ceres::internal::DestructorCountingCostFunction
309 virtual ~DestructorCountingCostFunction() {
334 CostFunction* cost = new DestructorCountingCostFunction(&num_destructions);
354 new DestructorCountingCostFunction(&num_destructions);
356 new DestructorCountingCostFunction(&num_destructions);

Completed in 62 milliseconds