/third_party/boost/libs/serialization/test/ |
D | test_multiple_inheritance.cpp | 65 struct Sub : struct 70 Sub(){} in Sub() function 71 Sub(int x) : in Sub() function 76 bool operator==(Sub & rhs) const { in operator ==() argument 83 virtual ~Sub() {} in ~Sub() argument 96 BOOST_CLASS_EXPORT(Sub) in BOOST_CLASS_EXPORT() argument
|
D | test_shared_ptr_multi_base.cpp | 76 struct Sub:public Base1, public Base2, public Base3 { struct 78 Sub() { in Sub() argument 81 Sub(int x) : in Sub() argument 88 Sub(const Sub & rhs) : in Sub() argument 93 virtual ~Sub() { in ~Sub() argument 110 // Sub needs to be exported because its serialized via a base class pointer argument
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsExportAssignedClassExpressionAnonymousWithSub.js | 10 module.exports.Sub = class { class in module.exports 27 module.exports.Sub = /** @class */ (function () { class 28 function Sub() { class in module.exports.Sub
|
D | declarationFileNoCrashOnExtraExportModifier.js | 7 export class Sub { class 20 function Sub() { class in Sub
|
D | importUsedInExtendsList1.js | 9 class Sub extends foo.Super { } class 46 function Sub() { class in Sub
|
D | constructorArgs.js | 11 class Sub extends Super { class 41 function Sub(options) { class in Sub
|
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.js | 10 export class Sub extends Super { class 47 function Sub() { class in Sub
|
D | superHasMethodsFromMergedInterface.js | 4 class Sub extends C { class 35 function Sub() { class in Sub
|
D | jsDeclarationsExportAssignedConstructorFunctionWithSub.js | 8 module.exports.Sub = function() { class
|
D | emitCodeBeforeSuperCall.js | 9 class Sub extends Base { class
|
D | emitStatementsBeforeSuperCall.js | 4 class Sub extends Base { class
|
/third_party/boost/libs/variant/test/ |
D | test3.cpp | 35 struct Sub struct 55 Sub::Sub() { } in Sub() argument 56 Sub::Sub(const Expr& l, const Expr& r) : lhs_(l), rhs_(r) { } in Sub() function in Sub 57 Sub::Sub(const Sub& other) : lhs_(other.lhs_), rhs_(other.rhs_) { } in Sub() function in Sub
|
/third_party/mindspore/mindspore/core/ops/ |
D | sub.h | 35 Sub() : PrimitiveC(kNameSub) { InitIOName({"x", "y"}, {"output"}); } in Sub() function 36 …explicit Sub(const std::string k_name) : PrimitiveC(k_name) { InitIOName({"x", "y"}, {"output"}); } in Sub() function
|
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsSubclassWithExplicitNoArgumentConstructor.ts | 15 export class Sub extends Super { class
|
/third_party/typescript/tests/cases/compiler/ |
D | importUsedInExtendsList1.ts | 8 class Sub extends foo.Super { } class
|
D | superHasMethodsFromMergedInterface.ts | 3 class Sub extends C { class
|
D | constructorArgs.ts | 10 class Sub extends Super { class
|
/third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/superCalls/ |
D | emitStatementsBeforeSuperCall.ts | 6 class Sub extends Base { class
|
D | emitStatementsBeforeSuperCallWithDefineFields.ts | 6 class Sub extends Base { class
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | TypedInteger.h | 244 constexpr ::detail::TypedIntegerImpl<Tag, T> Sub(::detail::TypedIntegerImpl<Tag, T> lhs, in Sub() function 256 constexpr std::enable_if_t<std::is_integral<T>::value, T> Sub(T lhs, T rhs) { in Sub() function
|
/third_party/mindspore/tests/mindspore_test_framework/apps/ |
D | test_no_facade.py | 33 def Sub(x, y): function
|
/third_party/protobuf/php/tests/ |
D | test_base.php | 5 use Foo\TestMessage\Sub; alias
|
D | MapFieldTest.php | 8 use Foo\TestMessage\Sub; alias
|
D | ArrayTest.php | 8 use Foo\TestMessage\Sub; alias
|
/third_party/protobuf/php/tests/proto/ |
D | test_descriptors.proto | 20 message Sub { message
|