Home
last modified time | relevance | path

Searched defs:Mixin (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DtypeAliasFunctionTypeSharedSymbol.ts3 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) { function
8 type Mixin = ReturnTypeOf<typeof Mixin> alias
DnoCrashOnMixin.ts11 function Mixin<TBase extends Constructor>(Base: TBase) { function
/third_party/typescript/tests/cases/conformance/classes/
DmixinAbstractClasses.2.ts4 interface Mixin { interface
8 function Mixin<TBaseClass extends abstract new (...args: any) => any>(baseClass: TBaseClass): TBase… function
DmixinAbstractClasses.ts4 interface Mixin { interface
8 function Mixin<TBaseClass extends abstract new (...args: any) => any>(baseClass: TBaseClass): TBase… function
/third_party/typescript/tests/baselines/reference/
DmixinAbstractClasses.2.js29 function Mixin(baseClass) { class
DmixinAbstractClasses.js38 function Mixin(baseClass) { class
DtypeAliasFunctionTypeSharedSymbol.js33 function Mixin(Base) { class
DnoCrashOnMixin.js54 function Mixin(Base) { class
/third_party/protobuf/php/src/Google/Protobuf/
DMixin.php77 class Mixin extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Dapi.proto203 message Mixin { message
Dapi.pb.cc1011 Mixin::Mixin(::PROTOBUF_NAMESPACE_ID::Arena* arena) in Mixin() function in Mixin
1017 Mixin::Mixin(const Mixin& from) in Mixin() function in Mixin
Dapi.pb.h66 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/
DApi.cs953 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/
DWellKnownTest.php26 use Google\Protobuf\Mixin; alias
/third_party/python/Lib/unittest/test/
Dtest_skipping.py151 class Mixin: class
/third_party/typescript/tests/lib/
Dreact.d.ts246 interface Mixin<P, S> extends ComponentLifecycle<P, S> { interface