Home
last modified time | relevance | path

Searched refs:DestructorCountingCostFunction (Results 1 – 1 of 1) sorted by relevance

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