Home
last modified time | relevance | path

Searched defs:Functor (Results 1 – 14 of 14) sorted by relevance

/external/eigen/unsupported/test/
DNumericalDiff.cpp13 struct Functor struct
26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument
27 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() function
34 struct my_functor : Functor<double> argument
DNonLinearOptimization.cpp107 struct Functor struct
120 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() function
121 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() argument
130 struct lmder_functor : Functor<double> argument
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h39 typedef _Functor Functor; typedef
45 NumericalDiff(Scalar _epsfcn=0.) : Functor(), epsfcn(_epsfcn) {} in Functor() function
46 NumericalDiff(const Functor& f, Scalar _epsfcn=0.) : Functor(f), epsfcn(_epsfcn) {} in Functor() function
/external/ceres-solver/include/ceres/
Dnumeric_diff_functor.h122 new NumericDiffCostFunction<Functor, in functor_()
126 N5, N6, N7, N8, N9>(new Functor, in functor_()
133 : functor_(new NumericDiffCostFunction<Functor, in functor_()
/external/clang/test/SemaTemplate/
Dmember-function-template.cpp53 struct Functor { struct
60 void test_Functor(Functor f) { in test_Functor() argument
Dinstantiate-local-class.cpp83 struct Functor { in doIt() struct
84 void func() { (void)i; } in doIt()
85 int i; in doIt()
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Dfdjac1.h7 const FunctorType &Functor, in fdjac1()
/external/clang/test/SemaCXX/
Dtypo-correction-cxx11.cpp30 auto Functor = [x]() {}; in f() local
/external/gmock/test/
Dgmock-actions_test.cc1062 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
Dgmock-more-actions_test.cc350 TEST(InvokeTest, Functor) { in TEST() argument
Dgmock-matchers_test.cc3727 struct Functor : public ::std::unary_function<int, string> { struct
3728 result_type operator()(argument_type input) const { in operator ()()
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc350 TEST(InvokeTest, Functor) { in TEST() argument
Dgmock-actions_test.cc1114 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
Dgmock-matchers_test.cc3444 struct Functor : public ::std::unary_function<int, string> { struct
3445 result_type operator()(argument_type input) const { in operator ()()