| /third_party/typescript/tests/cases/compiler/ |
| D | typeAliasFunctionTypeSharedSymbol.ts | 3 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) { function 8 type Mixin = ReturnTypeOf<typeof Mixin> alias
|
| D | noCrashOnMixin.ts | 11 function Mixin<TBase extends Constructor>(Base: TBase) { function
|
| /third_party/typescript/tests/cases/conformance/classes/ |
| D | mixinAbstractClasses.2.ts | 4 interface Mixin { interface 8 function Mixin<TBaseClass extends abstract new (...args: any) => any>(baseClass: TBaseClass): TBase… function
|
| D | mixinAbstractClasses.ts | 4 interface Mixin { interface 8 function Mixin<TBaseClass extends abstract new (...args: any) => any>(baseClass: TBaseClass): TBase… function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | mixinAbstractClasses.2.js | 29 function Mixin(baseClass) { class
|
| D | mixinAbstractClasses.js | 38 function Mixin(baseClass) { class
|
| D | typeAliasFunctionTypeSharedSymbol.js | 33 function Mixin(Base) { class
|
| D | noCrashOnMixin.js | 54 function Mixin(Base) { class
|
| /third_party/protobuf/php/src/Google/Protobuf/ |
| D | Mixin.php | 77 class Mixin extends \Google\Protobuf\Internal\Message class
|
| /third_party/protobuf/src/google/protobuf/ |
| D | api.proto | 203 message Mixin { message
|
| D | api.pb.cc | 1011 Mixin::Mixin(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Mixin() function in Mixin 1017 Mixin::Mixin(const Mixin& from) in Mixin() function in Mixin
|
| D | api.pb.h | 66 class Mixin; variable 568 inline Mixin() : Mixin(nullptr) {} in Mixin() function 572 Mixin(Mixin&& from) noexcept in Mixin() function
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| D | Api.cs | 953 public sealed partial class Mixin : pb::IMessage<Mixin> class 974 public Mixin() { in Mixin() method in Google.Protobuf.WellKnownTypes.Mixin 981 public Mixin(Mixin other) : this() { in Mixin() method in Google.Protobuf.WellKnownTypes.Mixin
|
| /third_party/protobuf/php/tests/ |
| D | WellKnownTest.php | 26 use Google\Protobuf\Mixin; alias
|
| /third_party/python/Lib/unittest/test/ |
| D | test_skipping.py | 151 class Mixin: class
|
| /third_party/typescript/tests/lib/ |
| D | react.d.ts | 246 interface Mixin<P, S> extends ComponentLifecycle<P, S> { interface
|