Home
last modified time | relevance | path

Searched defs:derived1 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/example/qi/
Dderived.cpp39 struct derived1 : public base_type { struct
40 derived1(const std::string &name, unsigned int data1) : base_type(name), data1(data1) {} in derived1() function
41 unsigned int data1;
43 virtual std::ostream &output(std::ostream &os) const in output()
/aosp_15_r20/art/test/078-polymorphic-virtual/src/
H A DMain.java19 Derived1 derived1 = new Derived1(); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dvariant_polymorphic_get_test.cpp20 struct derived1 : base{}; struct
Dvariant_get_test.cpp38 struct derived1 : base{}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_derived.cpp38 class derived1 : public base class
Dtest_diamond.cpp89 class derived1 : virtual public base { class
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doffsetof.cpp53 int derived1[__builtin_offsetof(Derived2, x) == 0? 1 : -1]; variable
/aosp_15_r20/art/test/2271-profile-inline-cache/src/
H A DMain.java68 Derived1 derived1 = new Derived1(); in test() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dallocator_test.cc222 DerivedAllocator derived1(1, buffer.data()); in TEST() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
H A DExternalTypeIdTest.java413 Derived1 derived1 = (Derived1) b; in testIssue798() local