/third_party/boost/libs/spirit/repository/example/qi/ |
D | derived.cpp | 52 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/ |
D | base_types.hpp | 38 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/ |
D | heterogeneousArrayLiterals.ts | 26 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
|
D | bestCommonTypeOfConditionalExpressions2.ts | 9 var derived2: Derived2; variable
|
D | bestCommonTypeOfConditionalExpressions.ts | 12 var derived2: Derived2; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | bestCommonTypeOfConditionalExpressions2.js | 10 var derived2: Derived2; variable 66 var derived2; variable
|
D | bestCommonTypeOfConditionalExpressions.js | 13 var derived2: Derived2; variable 70 var derived2; variable
|
D | heterogeneousArrayLiterals.js | 27 var derived2: Derived2; variable 186 var derived2; variable
|
/third_party/boost/libs/serialization/test/ |
D | derived2.hpp | 35 class DLL_DECL derived2 : class
|
D | test_derived.cpp | 47 class derived2 : public base class
|
D | test_diamond.cpp | 108 class derived2 : virtual public base { class
|
/third_party/boost/libs/poly_collection/example/ |
D | perf.cpp | 98 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/ |
D | is_convertible_test.cpp | 25 struct derived2 : public middle2 { }; struct
|
/third_party/boost/libs/variant/test/ |
D | variant_polymorphic_get_test.cpp | 21 struct derived2 : base{}; struct
|
D | variant_get_test.cpp | 39 struct derived2 : base{}; struct
|