/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/ |
D | iterator_facade.cpp | 163 struct derived : base struct 165 derived(int state) : state(state) { } in derived() function 166 derived(const derived &d) : state(d.state) { } in derived() function 167 derived(const base &b) { derived::assign(b); } in derived() argument 171 state = boost::polymorphic_cast<const derived *>(&b)->state; in assign() argument 176 return state == boost::polymorphic_cast<const derived *>(&b)->state; in equal() argument 179 int state;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/conversion/test/ |
D | polymorphic_cast_test.cpp | 73 Derived * derived; in test_polymorphic_cast() local 116 Derived * derived; in test_polymorphic_pointer_cast() local 198 Derived * derived = boost::polymorphic_pointer_downcast<Derived>( base ); in test_polymorphic_pointer_downcast_builtin() local 216 boost::shared_ptr<Derived> derived = boost::polymorphic_pointer_downcast<Derived>( base ); in test_polymorphic_pointer_downcast_boost_shared() local 230 boost::intrusive_ptr<Derived> derived = boost::polymorphic_pointer_downcast<Derived>( base ); in test_polymorphic_pointer_downcast_intrusive() local 246 std::shared_ptr<Derived> derived = boost::polymorphic_pointer_downcast<Derived>( base ); in test_polymorphic_pointer_downcast_std_shared() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/ |
D | allocators.go | 30 type derived struct { struct 31 name string // name for alloc/free functions 32 typ string // the type they return/accept 33 base string // underlying allocator 201 func genDerived(w io.Writer, d derived, base allocator) {
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/ |
H A D | intrusive_list_iterator.h | 68 Derived& derived() { return static_cast<Derived&>(*this); } in derived() function 69 const Derived& derived() const { return static_cast<const Derived&>(*this); } in derived() function 80 auto* derived = static_cast<Derived*>(this); variable 97 auto* derived = static_cast<Derived*>(this); variable
|
H A D | intrusive_list_item.h | 103 constexpr Derived* derived() { return static_cast<Derived*>(this); } in derived() function 104 constexpr const Derived* derived() const { in derived() function
|
/aosp_15_r20/external/eigen/Eigen/src/Core/ |
H A D | StlIterators.h | 92 Derived& derived() { return static_cast<Derived&>(*this); } in derived() function 93 const Derived& derived() const { return static_cast<const Derived&>(*this); } in derived() function 171 Derived& derived() { return static_cast<Derived&>(*this); } in derived() function 172 const Derived& derived() const { return static_cast<const Derived&>(*this); } in derived() function
|
H A D | Transpositions.h | 27 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 29 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
H A D | DiagonalMatrix.h | 41 inline const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function 43 inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
H A D | EigenBase.h | 46 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 49 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
H A D | InheritanceTest.kt | 82 val derived = Derived(42) in canBeSerializedAsDerived() constant 91 val derived = Derived(42) in canBeSerializedAsParent() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/test/ |
D | boost_override_test.cpp | 15 struct derived struct 17 void first() BOOST_OVERRIDE { } in first() 18 void second() BOOST_OVERRIDE { } in second()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/src/ |
D | void_cast.cpp | 110 extended_type_info const * derived, in void_caster_shortcut() 206 extended_type_info const * derived, in void_caster_argument() 330 extended_type_info const & derived, in void_upcast() 360 extended_type_info const & derived, in void_downcast()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | void_cast.hpp | 60 extended_type_info const & derived, in void_upcast() 80 extended_type_info const & derived, in void_downcast() 136 extended_type_info const * derived, in void_caster()
|
/aosp_15_r20/external/kotlinx.serialization/integration-test/src/commonTest/kotlin/sample/ |
H A D | JsonTest.kt | 101 val derived = Derived(42) in canBeSerializedAsDerived() constant 110 val derived = Derived(42) in canBeSerializedAsParent() constant
|
/aosp_15_r20/external/eigen/Eigen/src/Geometry/ |
H A D | RotationBase.h | 41 …EIGEN_DEVICE_FUNC inline const Derived& derived() const { return *static_cast<const Derived*>(this… in derived() function 42 EIGEN_DEVICE_FUNC inline Derived& derived() { return *static_cast<Derived*>(this); } in derived() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/support/ |
D | sequence_base.hpp | 28 derived() const BOOST_NOEXCEPT in derived() function 35 derived() BOOST_NOEXCEPT in derived() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | iterator_facade.hpp | 601 static I& derived(iterator_facade<I,V,TC,R,D>& facade) in derived() function in boost::iterators::iterator_core_access 607 static I const& derived(iterator_facade<I,V,TC,R,D> const& facade) in derived() function in boost::iterators::iterator_core_access 674 Derived& derived() in derived() function in boost::iterators::detail::iterator_facade_base 679 Derived const& derived() const in derived() function in boost::iterators::detail::iterator_facade_base
|
/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | borrow_test.cc | 46 Derived derived(1); in TEST() local 54 Derived derived(2); in TEST() local
|
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/ |
H A D | with_layout.h | 79 constexpr Derived* derived() { return static_cast<Derived*>(this); } in derived() function 80 constexpr const Derived* derived() const { in derived() function
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseSolverBase.h | 79 Derived& derived() { return *static_cast<Derived*>(this); } in derived() function 80 const Derived& derived() const { return *static_cast<const Derived*>(this); } in derived() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | TypeSwitch.h | 45 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local 59 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | catch_ptr_02.pass.cpp | 95 struct derived : base1, base2 {}; struct 153 vDerived derived; in test8() local
|
/aosp_15_r20/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/ |
H A D | base.h | 189 constexpr Derived* derived() { return static_cast<Derived*>(this); } in derived() function 190 constexpr const Derived* derived() const { in derived() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | TypeSwitch.h | 45 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local 59 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | TypeSwitch.h | 45 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local 59 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
|