HomeSort by relevance Sort by last modified time
    Searched refs:functor_ (Results 1 - 9 of 9) sorted by null

  /external/ceres-solver/internal/ceres/
numeric_diff_test_utils.h 57 return functor_(parameters[0], parameters[1], residuals);
61 EasyFunctor functor_; member in class:ceres::internal::EasyCostFunction
82 return functor_(parameters[0], parameters[1], residuals);
85 TranscendentalFunctor functor_; member in class:ceres::internal::TranscendentalCostFunction
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 121 : functor_(
131 : functor_(new NumericDiffCostFunction<Functor,
140 return functor_(x0, residuals);
146 return functor_(x0, x1, residuals);
153 return functor_(x0, x1, x2, residuals);
161 return functor_(x0, x1, x2, x3, residuals);
170 return functor_(x0, x1, x2, x3, x4, residuals);
180 return functor_(x0, x1, x2, x3, x4, x5, residuals);
191 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
203 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals)
341 N5, N6, N7, N8, N9> functor_; member in class:ceres::NumericDiffFunctor
    [all...]
autodiff_cost_function.h 172 : functor_(functor) {
183 : functor_(functor) {
203 ::Call(*functor_, parameters, residuals);
207 *functor_,
216 internal::scoped_ptr<CostFunctor> functor_; member in class:ceres::AutoDiffCostFunction
numeric_diff_cost_function.h 181 :functor_(functor),
188 : functor_(functor),
194 functor_.release();
212 functor_.get(),
215 functor_.get())) {
264 functor_.get(), \
290 internal::scoped_ptr<CostFunctor> functor_; member in class:ceres::NumericDiffCostFunction
dynamic_autodiff_cost_function.h 81 : functor_(functor) {}
101 return (*functor_)(parameters, residuals);
210 if (!(*functor_)(&jet_parameters[0], &output_jets[0])) {
254 internal::scoped_ptr<CostFunctor> functor_; member in class:ceres::DynamicAutoDiffCostFunction
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 225 : functor_(functor) {}
227 result_ = functor_();
231 FunctorT functor_; member in class:talk_base::Thread::FunctorMessageHandler
240 : functor_(functor) {}
241 virtual void OnMessage(Message* msg) { functor_(); }
244 FunctorT functor_; member in class:talk_base::Thread::FunctorMessageHandler
  /external/chromium_org/base/
bind_helpers.h 316 explicit IgnoreResultHelper(T functor) : functor_(functor) {}
318 T functor_; member in struct:base::internal::IgnoreResultHelper
323 explicit IgnoreResultHelper(const Callback<T>& functor) : functor_(functor) {}
325 const Callback<T>& functor_; member in struct:base::internal::IgnoreResultHelper
bind_internal.h 811 return MakeRunnable(t.functor_);
    [all...]
  /external/chromium_org/base/containers/
small_map.h 199 SmallMap() : size_(0), functor_(MapInit()) {}
201 explicit SmallMap(const MapInit& functor) : size_(0), functor_(functor) {}
205 // size_ and functor_ are initted in InitFrom()
572 MapInit functor_; member in class:base::SmallMap
602 functor_(&map_);
613 functor_ = src.functor_;
620 functor_(&map_);

Completed in 226 milliseconds