Home
last modified time | relevance | path

Searched refs:Mixin (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DmixinAbstractClasses.js2 interface Mixin {
6 function Mixin<TBaseClass extends abstract new (...args: any) => any>(baseClass: TBaseClass): TBaseClass & (abstract new (...args: any) => Mixin) {
7 abstract class MixinClass extends baseClass implements Mixin {
22 class DerivedFromConcrete extends Mixin(ConcreteBase) {
29 class DerivedFromAbstract extends Mixin(AbstractBase) {
38 function Mixin(baseClass) { function
50 class DerivedFromConcrete extends Mixin(ConcreteBase) {
55 class DerivedFromAbstract extends Mixin(AbstractBase) {
64 interface Mixin {
[all...]
H A DmixinAbstractClasses.2.js2 interface Mixin {
6 function Mixin<TBaseClass extends abstract new (...args: any) => any>(baseClass: TBaseClass): TBaseClass & (abstract new (...args: any) => Mixin) {
8 class MixinClass extends baseClass implements Mixin {
19 const MixedBase = Mixin(AbstractBase);
21 // error expected: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract member 'abstractBaseMethod' from class 'AbstractBase & Mixin'.
29 function Mixin(baseClass) { function
39 const MixedBase = Mixin(AbstractBase);
40 // error expected: Non-abstract class 'DerivedFromAbstract' does not implement inherited abstract member 'abstractBaseMethod' from class 'AbstractBase & Mixin'.
48 interface Mixin {
[all...]
H A DtypeAliasFunctionTypeSharedSymbol.js4 function Mixin<TBase extends {new (...args: any[]): {}}>(Base: TBase) {
9 type Mixin = ReturnTypeOf<typeof Mixin>
13 type Crashes = number & Mixin;
33 function Mixin(Base) { function
H A DnoCrashOnMixin.js12 function Mixin<TBase extends Constructor>(Base: TBase) {
20 class CrashTrigger extends Mixin(Empty) {
54 function Mixin(Base) { function
77 }(Mixin(Empty)));
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h66 class Mixin;
73 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Mixin* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Mixin>(Arena*);
236 // repeated .google.protobuf.Mixin mixins = 6;
242 PROTOBUF_NAMESPACE_ID::Mixin* mutable_mixins(int index);
243 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Mixin >*
246 const PROTOBUF_NAMESPACE_ID::Mixin& _internal_mixins(int index) const;
247 PROTOBUF_NAMESPACE_ID::Mixin* _internal_add_mixins();
249 const PROTOBUF_NAMESPACE_ID::Mixin& mixins(int index) const;
250 PROTOBUF_NAMESPACE_ID::Mixin* add_mixin
568 inline Mixin() : Mixin(nullptr) {} Mixin() function in PROTOBUF_FINAL
573 : Mixin() { Mixin() function in PROTOBUF_FINAL
[all...]
H A Dapi.pb.cc32 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Mixin> _instance;
73 new (ptr) PROTOBUF_NAMESPACE_ID::Mixin(); in InitDefaultsscc_info_Mixin_google_2fprotobuf_2fapi_2eproto()
76 PROTOBUF_NAMESPACE_ID::Mixin::InitAsDefaultInstance(); in InitDefaultsscc_info_Mixin_google_2fprotobuf_2fapi_2eproto()
112 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Mixin, _internal_metadata_),
116 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Mixin, name_),
117 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::Mixin, root_),
122 { 24, -1, sizeof(PROTOBUF_NAMESPACE_ID::Mixin)},
140 "buf.Mixin\022\'\n\006syntax\030\007 \001(\0162\027.google.proto"
146 "\0162\027.google.protobuf.Syntax\"#\n\005Mixin\022\014\n\004n"
344 // repeated .google.protobuf.Mixin mixin in _InternalParse()
1011 Mixin::Mixin(::PROTOBUF_NAMESPACE_ID::Arena* arena) Mixin() function in Mixin
1017 Mixin::Mixin(const Mixin& from) Mixin() function in Mixin
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DApi.cs49 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Mixin), global::Google.Protobuf.WellKnownTypes.Mixin.Parser, new[]{ "Name", "Root" }, null, null, null, null) in ApiReflection()
201 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Mixin> _repeated_mixins_codec
202 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.Mixin.Parser);
203 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> mixins_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin>();
205 /// Included interfaces. See [Mixin][].
208 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> Mixins {
953 public sealed partial class Mixin : pb::IMessage<Mixin> class
974 public Mixin() { Mixin() method in Google.Protobuf.WellKnownTypes.Mixin
981 public Mixin(Mixin other) : this() { Mixin() method in Google.Protobuf.WellKnownTypes.Mixin
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go170 case *ast.Mixin:
195 mixins := map[string]*ast.Mixin{}
208 case *ast.Mixin:
312 case *ast.Mixin:
/third_party/protobuf/php/src/Google/Protobuf/
H A DMixin.php75 * Generated from protobuf message <code>google.protobuf.Mixin</code>
77 class Mixin extends \Google\Protobuf\Internal\Message class
H A DApi.php74 * Included interfaces. See [Mixin][].
76 * Generated from protobuf field <code>repeated .google.protobuf.Mixin mixins = 6;</code>
120 * @type \Google\Protobuf\Mixin[]|\Google\Protobuf\Internal\RepeatedField $mixins
121 * Included interfaces. See [Mixin][].
298 * Included interfaces. See [Mixin][].
300 * Generated from protobuf field <code>repeated .google.protobuf.Mixin mixins = 6;</code>
309 * Included interfaces. See [Mixin][].
311 * Generated from protobuf field <code>repeated .google.protobuf.Mixin mixins = 6;</code>
312 * @param \Google\Protobuf\Mixin[]|\Google\Protobuf\Internal\RepeatedField $var
317 $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Mixin
[all...]
/third_party/protobuf/php/tests/
H A DWellKnownTest.php26 use Google\Protobuf\Mixin;
139 $m->setMixins([new Mixin()]);
165 $m = new Mixin();
/third_party/python/Lib/unittest/test/
H A Dtest_skipping.py151 class Mixin: class
154 class Foo(Mixin, unittest.TestCase):
/third_party/python/Lib/test/
H A D_test_multiprocessing.py5966 Mixin = local_globs[type_.capitalize() + 'Mixin']
5967 class Temp(base, Mixin, unittest.TestCase):

Completed in 16 milliseconds