| /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/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/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/ |
| D | reverse_iterator.fail.cpp | 33 struct derived {}; struct
|
| /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ |
| D | convert.fail.cpp | 31 struct derived {}; struct
|
| /external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
| D | reverse_iterator.fail.cpp | 31 struct derived {}; struct
|
| /external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ |
| D | move_iterator.fail.cpp | 33 struct derived {}; struct
|
| /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/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/clang/test/FixIt/ |
| D | typo.cpp | 120 struct derived : base { struct 125 derived d; in func2() argument
|
| /external/chromium_org/ui/gfx/ |
| D | font_list_unittest.cc | 213 FontList derived = font_list.Derive(10, Font::ITALIC | Font::UNDERLINE); in TEST() local 229 FontList derived = font_list.Derive(5, Font::BOLD | Font::UNDERLINE); in TEST() local 240 FontList derived = font_list.DeriveWithSizeDelta(-8); in TEST() local 251 FontList derived = font_list.DeriveWithSizeDelta(-5); in TEST() local
|
| /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/clang/test/SemaCXX/ |
| D | microsoft-new-delete.cpp | 24 struct derived : private base {} der; // expected-note {{here}} struct
|
| D | static-cast.cpp | 142 template<typename E> struct derived : public base {}; struct
|
| /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/libcxxabi/test/ |
| D | catch_ptr_02.cpp | 82 struct derived : base1, base2 {}; struct
|
| /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 | 221 DynamicMessage derived = message.toBuilder().build(); in testToBuilder() local
|
| /external/chromium_org/tools/cr/cr/base/ |
| D | context.py | 193 def derived(self): member in Context
|
| /external/stlport/test/unit/ |
| D | uninitialized_test.cpp | 82 struct derived : public base {}; struct
|
| /external/clang/test/SemaTemplate/ |
| D | alias-templates.cpp | 200 …using derived = base<T, U>::template derived<V>; // expected-error {{expected a type}} expected-er… typedef
|