Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dloss_function_test.cc137 ComposedLoss c(&f, DO_NOT_TAKE_OWNERSHIP, &g, DO_NOT_TAKE_OWNERSHIP); in TEST()
144 ComposedLoss c(&f, DO_NOT_TAKE_OWNERSHIP, &g, DO_NOT_TAKE_OWNERSHIP); in TEST()
218 loss_function_wrapper.Reset(&loss_function3, DO_NOT_TAKE_OWNERSHIP); in TEST()
Dloss_function.cc125 if (ownership_f_ == DO_NOT_TAKE_OWNERSHIP) { in ~ComposedLoss()
128 if (ownership_g_ == DO_NOT_TAKE_OWNERSHIP) { in ~ComposedLoss()
Dgradient_checking_cost_function.cc241 DO_NOT_TAKE_OWNERSHIP; in CreateGradientCheckingProblemImpl()
243 DO_NOT_TAKE_OWNERSHIP; in CreateGradientCheckingProblemImpl()
Dsolver_impl_test.cc662 problem_options.cost_function_ownership = DO_NOT_TAKE_OWNERSHIP; in TEST()
729 problem_options.cost_function_ownership = DO_NOT_TAKE_OWNERSHIP; in TEST()
/external/ceres-solver/include/ceres/
Dloss_function.h317 if (ownership_ == DO_NOT_TAKE_OWNERSHIP) { in ~ScaledLoss()
371 if (ownership_ == DO_NOT_TAKE_OWNERSHIP) { in ~LossFunctionWrapper()
382 if (ownership_ == DO_NOT_TAKE_OWNERSHIP) { in Reset()
Dtypes.h54 DO_NOT_TAKE_OWNERSHIP, enumerator
Dgradient_checker.h178 numeric_term(term, DO_NOT_TAKE_OWNERSHIP); in Probe()
/external/chromium/base/
Dbasictypes.h269 DO_NOT_TAKE_OWNERSHIP, enumerator