/external/eigen/unsupported/test/ |
D | NumericalDiff.cpp | 13 struct Functor struct 26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() function 27 Functor(int inputs_, int values_) : m_inputs(inputs_), m_values(values_) {} in Functor() function 34 struct my_functor : Functor<double> argument
|
D | NonLinearOptimization.cpp | 117 struct Functor struct 130 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument 131 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() argument 140 struct lmder_functor : Functor<double> argument
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 39 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/abseil-cpp/absl/functional/ |
D | bind_front_test.cc | 45 struct Functor { struct 46 std::string operator()() & { return "&"; } in operator ()() 47 std::string operator()() const& { return "const&"; } in operator ()() 48 std::string operator()() && { return "&&"; } in operator ()() 49 std::string operator()() const&& { return "const&&"; } in operator ()()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/ |
D | bind_front_test.cc | 45 struct Functor { struct 46 std::string operator()() & { return "&"; } in operator ()() 47 std::string operator()() const& { return "const&"; } in operator ()() 48 std::string operator()() && { return "&&"; } in operator ()() 49 std::string operator()() const&& { return "const&&"; } in operator ()()
|
/external/libtextclassifier/abseil-cpp/absl/functional/ |
D | bind_front_test.cc | 45 struct Functor { struct 46 std::string operator()() & { return "&"; } in operator ()() 47 std::string operator()() const& { return "const&"; } in operator ()() 48 std::string operator()() && { return "&&"; } in operator ()() 49 std::string operator()() const&& { return "const&&"; } in operator ()()
|
/external/angle/third_party/abseil-cpp/absl/functional/ |
D | bind_front_test.cc | 45 struct Functor { struct 46 std::string operator()() & { return "&"; } in operator ()() 47 std::string operator()() const& { return "const&"; } in operator ()() 48 std::string operator()() && { return "&&"; } in operator ()() 49 std::string operator()() const&& { return "const&&"; } in operator ()()
|
/external/webrtc/third_party/abseil-cpp/absl/functional/ |
D | bind_front_test.cc | 45 struct Functor { struct 46 std::string operator()() & { return "&"; } in operator ()() 47 std::string operator()() const& { return "const&"; } in operator ()() 48 std::string operator()() && { return "&&"; } in operator ()() 49 std::string operator()() const&& { return "const&&"; } in operator ()()
|
/external/openscreen/third_party/abseil/src/absl/functional/ |
D | bind_front_test.cc | 45 struct Functor { struct 46 std::string operator()() & { return "&"; } in operator ()() 47 std::string operator()() const& { return "const&"; } in operator ()() 48 std::string operator()() && { return "&&"; } in operator ()() 49 std::string operator()() const&& { return "const&&"; } in operator ()()
|
/external/clang/test/SemaTemplate/ |
D | member-function-template.cpp | 53 struct Functor { struct 60 void test_Functor(Functor f) { in test_Functor() argument
|
D | instantiate-local-class.cpp | 83 struct Functor { in doIt() struct 84 void func() { (void)i; } in doIt() 85 int i; in doIt()
|
/external/eigen/Eigen/src/Core/ |
D | Swap.h | 31 typedef swap_assign_op<Scalar> Functor; typedef
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | fdjac1.h | 7 const FunctorType &Functor, in fdjac1()
|
/external/clang/test/SemaCXX/ |
D | typo-correction-cxx11.cpp | 30 auto Functor = [x]() {}; in f() local
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 1001 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
|
D | gmock-more-actions_test.cc | 312 TEST(InvokeTest, Functor) { in TEST() argument
|
D | gmock-matchers_test.cc | 4680 struct Functor { in TEST() struct 4681 std::string operator()(int input) const { in TEST()
|