Home
last modified time | relevance | path

Searched refs:Sub (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportAssignedConstructorFunctionWithSub.types6 …tion (p) { this.t = 12 + p;} : { (p: number): void; new (p: number): exports; Sub: typeof Sub; }
7 >module.exports : { (p: number): void; new (p: number): exports; Sub: typeof Sub; }
8 >module : { exports: { (p: number): void; new (p: number): exports; Sub: typeof Sub; }; }
9 >exports : { (p: number): void; new (p: number): exports; Sub: typeof Sub; }
22 module.exports.Sub = function() {
23 >module.exports.Sub = function() { this.instance = new module.exports(10);} : typeof Sub
24 >module.exports.Sub : typeof Sub
25 >module.exports : { (p: number): void; new (p: number): exports; Sub: typeof Sub; }
26 >module : { exports: { (p: number): void; new (p: number): exports; Sub: typeof Sub; }; }
27 >exports : { (p: number): void; new (p: number): exports; Sub: typeof Sub; }
[all …]
DjsDeclarationsExportAssignedConstructorFunctionWithSub.symbols17 module.exports.Sub = function() {
18 >module.exports.Sub : Symbol(Sub, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.js, 5…
19 >module.exports : Symbol(Sub, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.js, 5, 1)…
22 >Sub : Symbol(Sub, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.js, 5, 1), Decl(jsDe…
25 >this.instance : Symbol(Sub.instance, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.j…
26 >this : Symbol(Sub, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.js, 6, 20))
27 >instance : Symbol(Sub.instance, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.js, 6,…
32 module.exports.Sub.prototype = { }
33 >module.exports.Sub.prototype : Symbol(Sub.prototype, Decl(jsDeclarationsExportAssignedConstructorF…
34 >module.exports.Sub : Symbol(Sub, Decl(jsDeclarationsExportAssignedConstructorFunctionWithSub.js, 5…
[all …]
DjsDeclarationsSubclassWithExplicitNoArgumentConstructor.js10 export class Sub extends Super { class
34 exports.Sub = exports.Super = void 0;
45 var Sub = /** @class */ (function (_super) {
46 __extends(Sub, _super);
47 function Sub() { class in Sub
50 return Sub;
52 exports.Sub = Sub;
63 export class Sub extends Super {
DjsDeclarationsExportAssignedClassExpressionAnonymousWithSub.symbols20 module.exports.Sub = class {
21 >module.exports.Sub : Symbol(Sub, Decl(index.js, 7, 1))
22 >module.exports : Symbol(Sub, Decl(index.js, 7, 1))
25 >Sub : Symbol(Sub, Decl(index.js, 7, 1))
29 >this.instance : Symbol(Sub.instance, Decl(index.js, 9, 19))
30 >this : Symbol(Sub, Decl(index.js, 8, 20))
31 >instance : Symbol(Sub.instance, Decl(index.js, 9, 19))
DdeclarationFileNoCrashOnExtraExportModifier.js7 export class Sub { class
13 export { Sub };
18 exports.Sub = void 0;
19 var Sub = /** @class */ (function () {
20 function Sub() { class in Sub
22 return Sub;
DdeclarationFileNoCrashOnExtraExportModifier.symbols14 export class Sub {
15 >Sub : Symbol(Sub, Decl(input.ts, 4, 1), Decl(input.ts, 4, 1))
18 >instance : Symbol(Sub.instance, Decl(input.ts, 5, 18))
28 export { Sub };
29 >Sub : Symbol(exports.Sub, Decl(input.ts, 11, 12))
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
31 return Sub;
45 export { Sub };
47 declare class Sub {
DdeclarationFileNoCrashOnExtraExportModifier.types14 export class Sub {
15 >Sub : Sub
28 export { Sub };
29 >Sub : typeof import("tests/cases/compiler/input").Sub
DimportUsedInExtendsList1.types6 class Sub extends foo.Super { }
7 >Sub : Sub
12 var s: Sub;
13 >s : Sub
18 >s : Sub
DsuperHasMethodsFromMergedInterface.js4 class Sub extends C { class
33 var Sub = /** @class */ (function (_super) {
34 __extends(Sub, _super);
35 function Sub() { class in Sub
38 Sub.prototype.m3 = function () {
41 return Sub;
DimportUsedInExtendsList1.js9 class Sub extends foo.Super { } class
10 var s: Sub;
44 var Sub = /** @class */ (function (_super) {
45 __extends(Sub, _super);
46 function Sub() { class in Sub
49 return Sub;
DjsDeclarationsExportAssignedClassExpressionAnonymousWithSub.types25 module.exports.Sub = class {
26 >module.exports.Sub = class { constructor() { this.instance = new module.exports(10); …
27 >module.exports.Sub : typeof Sub
31 >Sub : typeof Sub
32 >class { constructor() { this.instance = new module.exports(10); }} : typeof Sub
DimportUsedInExtendsList1.symbols6 class Sub extends foo.Super { }
7 >Sub : Symbol(Sub, Decl(importUsedInExtendsList1_1.ts, 1, 59))
12 var s: Sub;
14 >Sub : Symbol(Sub, Decl(importUsedInExtendsList1_1.ts, 1, 59))
DconstructorArgs.js11 class Sub extends Super { class
39 var Sub = /** @class */ (function (_super) {
40 __extends(Sub, _super);
41 function Sub(options) { class in Sub
46 return Sub;
DjsDeclarationsExportAssignedConstructorFunctionWithSub.js8 module.exports.Sub = function() { class
11 module.exports.Sub.prototype = { }
21 module.exports.Sub = function () {
24 module.exports.Sub.prototype = {};
DemitCodeBeforeSuperCallWithDefineFields.symbols2 // TODO: With false, master is correct for `Test` but incorrect for `Sub`.
10 class Sub extends Base {
11 >Sub : Symbol(Sub, Decl(emitCodeBeforeSuperCallWithDefineFields.ts, 6, 1))
16 >p : Symbol(Sub.p, Decl(emitCodeBeforeSuperCallWithDefineFields.ts, 9, 16))
27 >field : Symbol(Sub.field, Decl(emitCodeBeforeSuperCallWithDefineFields.ts, 12, 5))
DemitCodeBeforeSuperCall.symbols2 // TODO: With false, master is correct for `Test` but incorrect for `Sub`.
10 class Sub extends Base {
11 >Sub : Symbol(Sub, Decl(emitCodeBeforeSuperCall.ts, 6, 1))
16 >p : Symbol(Sub.p, Decl(emitCodeBeforeSuperCall.ts, 9, 16))
27 >field : Symbol(Sub.field, Decl(emitCodeBeforeSuperCall.ts, 12, 5))
/third_party/boost/libs/serialization/test/
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
111 BOOST_CLASS_EXPORT(Sub)
112 BOOST_SERIALIZATION_SHARED_PTR(Sub)
114 int Sub::count = 0;
187 BOOST_CHECK(::dynamic_pointer_cast<Sub>(first)); in shared_weak()
188 BOOST_CHECK(::dynamic_pointer_cast<Sub>(second.lock())); in shared_weak()
[all …]
Dtest_multiple_inheritance.cpp65 struct Sub : struct
70 Sub(){} in Sub() argument
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
106 pb2 = new Sub(2); in BOOST_CLASS_EXPORT()
119 Sub *s1 = dynamic_cast<Sub *>(pb2); in BOOST_CLASS_EXPORT()
121 Sub *s2 = dynamic_cast<Sub *>(pb2_1); in BOOST_CLASS_EXPORT()
/third_party/protobuf/php/tests/
Dundefined_test.php8 use Foo\TestMessage\Sub; alias
38 $arr[] = new Sub();
48 $arr[0] = new Sub();
76 $arr[] = new Sub();
86 $arr[0] = new Sub();
114 $arr[] = new Sub();
124 $arr[0] = new Sub();
152 $arr[] = new Sub();
162 $arr[0] = new Sub();
190 $arr[] = new Sub();
[all …]
/third_party/boost/libs/variant/test/
Dtest3.cpp31 struct Sub;
33 typedef variant<int, recursive_wrapper<Add>, recursive_wrapper<Sub> > Expr;
35 struct Sub struct
37 Sub();
38 Sub(const Expr& l, const Expr& r);
39 Sub(const Sub& other);
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
63 std::ostream& operator<<(std::ostream& out, const Sub& a);
[all …]
/third_party/boost/boost/type_erasure/
Dis_subconcept.hpp52 template<class Sub, class Super, class PlaceholderMap>
63 Sub>::type normalized_sub;
65 Sub
103 typedef ::boost::type_erasure::detail::normalize_concept_t<Sub> normalized_sub;
105 Sub
143 template<class Sub, class Super, class PlaceholderMap = void>
146 ::boost::type_erasure::detail::check_map<Sub, PlaceholderMap>,
147 ::boost::type_erasure::detail::is_subconcept_impl<Sub, Super, PlaceholderMap>
152 template<class Sub, class Super>
153 struct is_subconcept<Sub, Super, void> :
[all …]
/third_party/mindspore/mindspore/core/ops/
Dsub.h32 class MS_CORE_API Sub : public PrimitiveC {
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
38 ~Sub() = default;
39 MS_DECLARE_PARENT(Sub, PrimitiveC);
46 using PrimSubPtr = std::shared_ptr<Sub>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp140 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption() local
141 if (SC == Sub) in addLiteralOption()
143 addLiteralOption(Opt, Sub, Name); in addLiteralOption()
191 for (auto *Sub : RegisteredSubCommands) { in addOption() local
192 if (SC == Sub) in addOption()
194 addOption(O, Sub); in addOption()
214 SubCommand &Sub = *SC; in removeOption() local
216 Sub.OptionsMap.erase(Name); in removeOption()
219 for (auto Opt = Sub.PositionalOpts.begin(); in removeOption()
220 Opt != Sub.PositionalOpts.end(); ++Opt) { in removeOption()
[all …]
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dfused_batch_norm_fusion_test.py25 Sub = P.Sub() variable
55 sub0 = Sub(var0, tuple_getitem(batch_norm, 1))
56 sub1 = Sub(var1, tuple_getitem(batch_norm, 2))
72 sub0 = Sub(Cast(var0, mstype.float32), tuple_getitem(batch_norm, 1))
73 sub1 = Sub(Cast(var1, mstype.float32), tuple_getitem(batch_norm, 2))
89 sub0 = Sub(Cast(var0, mstype.float32), tuple_getitem(batch_norm, 1))
90 sub1 = Sub(Cast(var1, mstype.float32), tuple_getitem(batch_norm, 2))

12345678910>>...28