Home
last modified time | relevance | path

Searched defs:derived (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Diterator_facade.cpp163 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/
Dpolymorphic_cast_test.cpp73 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/
Dallocators.go30 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 Dintrusive_list_iterator.h68 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 Dintrusive_list_item.h103 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 DStlIterators.h92 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 DTranspositions.h27 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 DDiagonalMatrix.h41 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 DEigenBase.h46 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 DInheritanceTest.kt82 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/
Dboost_override_test.cpp15 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/
Dvoid_cast.cpp110 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/
Dvoid_cast.hpp60 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 DJsonTest.kt101 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 DRotationBase.h41 …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/
Dsequence_base.hpp28 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/
Diterator_facade.hpp601 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 Dborrow_test.cc46 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 Dwith_layout.h79 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 DSparseSolverBase.h79 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/
DTypeSwitch.h45 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 Dcatch_ptr_02.pass.cpp95 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 Dbase.h189 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/
DTypeSwitch.h45 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/
DTypeSwitch.h45 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
59 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local

12345678910>>...22