| /external/eigen/Eigen/src/Geometry/ |
| D | RotationBase.h | 41 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 42 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| /external/eigen/Eigen/src/Eigen2Support/Geometry/ |
| D | RotationBase.h | 35 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 36 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| /external/eigen/Eigen/src/Core/ |
| D | Transpositions.h | 58 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 59 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| D | EigenBase.h | 34 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 36 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| D | DiagonalMatrix.h | 40 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 41 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| D | TriangularMatrix.h | 77 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 78 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| /external/libcxxabi/test/ |
| D | catch_ptr_02.pass.cpp | 82 struct derived : base1, base2 {}; struct 138 vDerived derived; in test8() local
|
| /external/doclava/src/com/google/doclava/ |
| D | Hierarchy.java | 78 TreeSet<String> derived = nodes.get(name); in depth() local 126 TreeSet<String> derived = nodes.get(name); in recurse() local
|
| /external/eigen/unsupported/Eigen/src/Skyline/ |
| D | SkylineMatrixBase.h | 91 inline const Derived& derived() const { in derived() function 95 inline Derived& derived() { in derived() function
|
| /external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
| D | abstract_class.cc | 34 Base::Base(Derived* derived) in Base()
|
| D | crash_generation_app.cc | 327 Derived derived; in PureCallCrash() local
|
| /external/clang/test/SemaCXX/ |
| D | warn-overloaded-virtual.cpp | 147 struct derived : base { struct 148 void f(int) {} in f()
|
| D | microsoft-new-delete.cpp | 24 struct derived : private base {} der; // expected-note {{here}} struct
|
| D | static-cast.cpp | 146 template<typename E> struct derived : public base {}; struct
|
| /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ |
| D | move_iterator.fail.cpp | 33 struct derived {}; struct
|
| /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
| D | reverse_iterator.fail.cpp | 31 struct derived {}; struct
|
| /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ |
| D | convert.fail.cpp | 31 struct derived {}; struct
|
| /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/ |
| D | reverse_iterator.fail.cpp | 33 struct derived {}; struct
|
| /external/clang/test/FixIt/ |
| D | typo.cpp | 120 struct derived : base { struct 125 derived d; in func2() argument
|
| /external/eigen/Eigen/src/IterativeLinearSolvers/ |
| D | IterativeSolverBase.h | 32 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 33 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| /external/eigen/Eigen/src/SparseCholesky/ |
| D | SimplicialCholesky.h | 65 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 66 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| /external/eigen/Eigen/src/SparseCore/ |
| D | SparseMatrixBase.h | 131 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 132 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | BiMapTestSuiteBuilder.java | 83 List<TestSuite> derived = super.createDerivedSuites(parentBuilder); in createDerivedSuites() local
|
| /external/eigen/Eigen/src/CholmodSupport/ |
| D | CholmodSupport.h | 197 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 198 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| D | DynamicMessageTest.java | 276 DynamicMessage derived = message.toBuilder().build(); in testToBuilder() local
|