Home
last modified time | relevance | path

Searched defs:derived2 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/
Dderived.cpp52 struct derived2 : public base_type { struct
53 derived2(const std::string &name, unsigned int data2) : base_type(name), data2(data2) {} in derived2() function
64 struct derived3 : public derived2 { argument
/aosp_15_r20/art/test/078-polymorphic-virtual/src/
H A DMain.java20 Derived2 derived2 = new Derived2(); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dderived2.hpp35 class DLL_DECL derived2 : class
Dtest_derived.cpp47 class derived2 : public base class
Dtest_diamond.cpp108 class derived2 : virtual public base { class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dis_convertible_test.cpp25 struct derived2 : public middle2 { }; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dvariant_polymorphic_get_test.cpp21 struct derived2 : base{}; struct
Dvariant_get_test.cpp39 struct derived2 : base{}; struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doffsetof.cpp54 int derived2[__builtin_offsetof(Derived2, y) == 4? 1 : -1]; variable
/aosp_15_r20/art/test/2271-profile-inline-cache/src/
H A DMain.java69 Derived2 derived2 = new Derived2(); in test() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dallocator_test.cc223 DerivedAllocator derived2(2, buffer.data()); in TEST() local
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp202 …using derived2 = ::PR16904::base<T, U>::template derived<V>; // expected-error {{expected a type}}… typedef
/aosp_15_r20/external/libchrome/base/memory/
H A Dref_counted_unittest.cc583 scoped_refptr<Derived> derived2 = base::MakeRefCounted<Derived>(); in TEST() local
/aosp_15_r20/external/cronet/base/memory/
H A Dref_counted_unittest.cc622 scoped_refptr<Derived> derived2 = base::MakeRefCounted<Derived>(); in TEST() local