Home
last modified time | relevance | path

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

/external/ceres-solver/include/ceres/
Dnumeric_diff_functor.h121 : functor_( in functor_() function
133 : functor_(new NumericDiffCostFunction<Functor, in functor_() function
145 return functor_(x0, residuals); in operator()
151 return functor_(x0, x1, residuals); in operator()
158 return functor_(x0, x1, x2, residuals); in operator()
166 return functor_(x0, x1, x2, x3, residuals); in operator()
175 return functor_(x0, x1, x2, x3, x4, residuals); in operator()
185 return functor_(x0, x1, x2, x3, x4, x5, residuals); in operator()
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals); in operator()
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals); in operator()
[all …]
Dautodiff_local_parameterization.h111 functor_(new Functor()) {} in AutoDiffLocalParameterization()
115 functor_(functor) {} in AutoDiffLocalParameterization()
121 return (*functor_)(x, delta, x_plus_delta); in Plus()
138 ::Differentiate(*functor_, in ComputeJacobian()
149 internal::scoped_ptr<Functor> functor_;
Dautodiff_cost_function.h173 : functor_(functor) { in AutoDiffCostFunction()
185 : functor_(functor) { in AutoDiffCostFunction()
208 ::Call(*functor_, parameters, residuals); in Evaluate()
212 *functor_, in Evaluate()
222 internal::scoped_ptr<CostFunctor> functor_;
Dnumeric_diff_cost_function.h196 :functor_(functor), in functor_() function
209 functor_.release(); in ~NumericDiffCostFunction()
227 functor_.get(), in Evaluate()
230 functor_.get())) { in Evaluate()
279 functor_.get(), \ in Evaluate()
308 internal::scoped_ptr<CostFunctor> functor_;
Ddynamic_numeric_diff_cost_function.h81 : functor_(functor), in functor_() function
88 functor_.release(); in ~DynamicNumericDiffCostFunction()
236 return EvaluateCostFunctorImpl(functor_.get(), in EvaluateCostFunctor()
239 functor_.get()); in EvaluateCostFunctor()
258 internal::scoped_ptr<const CostFunctor> functor_; variable
Ddynamic_autodiff_cost_function.h82 : functor_(functor) {} in DynamicAutoDiffCostFunction()
102 return (*functor_)(parameters, residuals); in Evaluate()
211 if (!(*functor_)(&jet_parameters[0], &output_jets[0])) { in Evaluate()
255 internal::scoped_ptr<CostFunctor> functor_;
/external/webrtc/webrtc/base/
Dmessagehandler.h42 : functor_(functor) {} in FunctorMessageHandler()
44 result_ = functor_(); in OnMessage()
49 FunctorT functor_;
58 explicit FunctorMessageHandler(const FunctorT& functor) : functor_(functor) {} in FunctorMessageHandler()
59 virtual void OnMessage(Message* msg) { result_ = std::move(functor_()); } in OnMessage()
63 FunctorT functor_;
72 : functor_(functor) {} in FunctorMessageHandler()
74 functor_(); in OnMessage()
79 FunctorT functor_;
Dcallback.h90 explicit HelperImpl(const T& functor) : functor_(functor) {} in HelperImpl()
92 return functor_(); in Run()
94 T functor_; member
120 explicit HelperImpl(const T& functor) : functor_(functor) {} in HelperImpl()
122 return functor_(p1); in Run()
124 T functor_; member
151 explicit HelperImpl(const T& functor) : functor_(functor) {} in HelperImpl()
153 return functor_(p1, p2); in Run()
155 T functor_; member
183 explicit HelperImpl(const T& functor) : functor_(functor) {} in HelperImpl()
[all …]
Dasyncinvoker-inl.h44 : functor_(functor) {} in FireAndForgetAsyncClosure()
46 functor_(); in Execute()
49 FunctorT functor_;
88 functor_(functor), in NotifyingAsyncClosure()
92 ReturnT result = functor_(); in Execute()
100 FunctorT functor_;
116 functor_(functor) { in NotifyingAsyncClosure()
120 functor_(); in Execute()
125 FunctorT functor_;
Dbind.h150 : functor_(functor) {}
152 return functor_(); }
154 FunctorT functor_;
220 : functor_(functor),
223 return functor_(p1_); }
225 FunctorT functor_;
305 : functor_(functor),
309 return functor_(p1_, p2_); }
311 FunctorT functor_;
405 : functor_(functor),
[all …]
Dcallback.h.pump91 explicit HelperImpl(const T& functor) : functor_(functor) {}
93 return functor_($for j , [[p$j]]);
95 T functor_;
Dbind.h.pump159 : functor_(functor)$for j [[,
162 return functor_($for j , [[p$(j)_]]); }
164 FunctorT functor_;$for j [[
/external/ceres-solver/internal/ceres/
Dnumeric_diff_test_utils.h57 return functor_(parameters[0], parameters[1], residuals); in Evaluate()
61 EasyFunctor functor_;
82 return functor_(parameters[0], parameters[1], residuals); in Evaluate()
85 TranscendentalFunctor functor_;
/external/libchrome/base/containers/
Dsmall_map.h200 SmallMap() : size_(0), functor_(MapInit()) {}
202 explicit SmallMap(const MapInit& functor) : size_(0), functor_(functor) {}
573 MapInit functor_;
603 functor_(&map_);
614 functor_ = src.functor_;
621 functor_(&map_);
/external/libweave/third_party/chromium/base/
Dbind_helpers.h320 explicit IgnoreResultHelper(T functor) : functor_(functor) {}
322 T functor_;
327 explicit IgnoreResultHelper(const Callback<T>& functor) : functor_(functor) {}
329 const Callback<T>& functor_;
Dbind_internal.h255 return MakeRunnable(t.functor_);
/external/libchrome/base/
Dbind_helpers.h320 explicit IgnoreResultHelper(T functor) : functor_(functor) {}
322 T functor_;
327 explicit IgnoreResultHelper(const Callback<T>& functor) : functor_(functor) {}
329 const Callback<T>& functor_;
Dbind_internal.h255 return MakeRunnable(t.functor_);