Home
last modified time | relevance | path

Searched defs:Sub (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/boost/libs/serialization/test/
Dtest_multiple_inheritance.cpp65 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
Dtest_shared_ptr_multi_base.cpp76 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/
DjsDeclarationsExportAssignedClassExpressionAnonymousWithSub.js10 module.exports.Sub = class { class in module.exports
27 module.exports.Sub = /** @class */ (function () { class
28 function Sub() { class in module.exports.Sub
DdeclarationFileNoCrashOnExtraExportModifier.js7 export class Sub { class
20 function Sub() { class in Sub
DimportUsedInExtendsList1.js9 class Sub extends foo.Super { } class
46 function Sub() { class in Sub
DconstructorArgs.js11 class Sub extends Super { class
41 function Sub(options) { class in Sub
DjsDeclarationsSubclassWithExplicitNoArgumentConstructor.js10 export class Sub extends Super { class
47 function Sub() { class in Sub
DsuperHasMethodsFromMergedInterface.js4 class Sub extends C { class
35 function Sub() { class in Sub
DjsDeclarationsExportAssignedConstructorFunctionWithSub.js8 module.exports.Sub = function() { class
DemitCodeBeforeSuperCall.js9 class Sub extends Base { class
DemitStatementsBeforeSuperCall.js4 class Sub extends Base { class
/third_party/boost/libs/variant/test/
Dtest3.cpp35 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/
Dsub.h35 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/
DjsDeclarationsSubclassWithExplicitNoArgumentConstructor.ts15 export class Sub extends Super { class
/third_party/typescript/tests/cases/compiler/
DimportUsedInExtendsList1.ts8 class Sub extends foo.Super { } class
DsuperHasMethodsFromMergedInterface.ts3 class Sub extends C { class
DconstructorArgs.ts10 class Sub extends Super { class
/third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/superCalls/
DemitStatementsBeforeSuperCall.ts6 class Sub extends Base { class
DemitStatementsBeforeSuperCallWithDefineFields.ts6 class Sub extends Base { class
/third_party/skia/third_party/externals/dawn/src/common/
DTypedInteger.h244 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/
Dtest_no_facade.py33 def Sub(x, y): function
/third_party/protobuf/php/tests/
Dtest_base.php5 use Foo\TestMessage\Sub; alias
DMapFieldTest.php8 use Foo\TestMessage\Sub; alias
DArrayTest.php8 use Foo\TestMessage\Sub; alias
/third_party/protobuf/php/tests/proto/
Dtest_descriptors.proto20 message Sub { message

12345