Home
last modified time | relevance | path

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

/third_party/boost/libs/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
/third_party/boost/libs/poly_collection/test/
Dbase_types.hpp38 struct derived2:base struct
40 derived2(int n):n{n}{} in derived2() function
43 virtual int operator()(int x)const{return x*n;} in operator ()()
44 bool operator==(const derived2& x)const{return n==x.n;} in operator ==()
45 int n;
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/
DheterogeneousArrayLiterals.ts26 var derived2: Derived2; variable
37 var o = [derived, derived2]; // {}[] variable
38 var p = [derived, derived2, base]; // Base[] variable
44 var a: Base[] = [derived, derived2]; variable
DbestCommonTypeOfConditionalExpressions2.ts9 var derived2: Derived2; variable
DbestCommonTypeOfConditionalExpressions.ts12 var derived2: Derived2; variable
/third_party/typescript/tests/baselines/reference/
DbestCommonTypeOfConditionalExpressions2.js10 var derived2: Derived2; variable
66 var derived2; variable
DbestCommonTypeOfConditionalExpressions.js13 var derived2: Derived2; variable
70 var derived2; variable
DheterogeneousArrayLiterals.js27 var derived2: Derived2; variable
186 var derived2; variable
/third_party/boost/libs/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
/third_party/boost/libs/poly_collection/example/
Dperf.cpp98 struct derived2 final:base struct
100 derived2(int n):n{n}{} in derived2() argument
101 virtual int operator()(int x)const{return x*n;} in operator ()()
103 int unused,n;
/third_party/boost/libs/type_traits/test/
Dis_convertible_test.cpp25 struct derived2 : public middle2 { }; struct
/third_party/boost/libs/variant/test/
Dvariant_polymorphic_get_test.cpp21 struct derived2 : base{}; struct
Dvariant_get_test.cpp39 struct derived2 : base{}; struct