/third_party/typescript/tests/baselines/reference/ |
D | functionSubtypingOfVarArgs.symbols | 2 class EventBase { 3 >EventBase : Symbol(EventBase, Decl(functionSubtypingOfVarArgs.ts, 0, 0)) 6 >_listeners : Symbol(EventBase._listeners, Decl(functionSubtypingOfVarArgs.ts, 0, 17)) 9 >add : Symbol(EventBase.add, Decl(functionSubtypingOfVarArgs.ts, 1, 28)) 15 >this._listeners : Symbol(EventBase._listeners, Decl(functionSubtypingOfVarArgs.ts, 0, 17)) 16 >this : Symbol(EventBase, Decl(functionSubtypingOfVarArgs.ts, 0, 0)) 17 >_listeners : Symbol(EventBase._listeners, Decl(functionSubtypingOfVarArgs.ts, 0, 17)) 23 class StringEvent extends EventBase { // should work 25 >EventBase : Symbol(EventBase, Decl(functionSubtypingOfVarArgs.ts, 0, 0)) 33 >super.add : Symbol(EventBase.add, Decl(functionSubtypingOfVarArgs.ts, 1, 28)) [all …]
|
D | functionSubtypingOfVarArgs2.symbols | 2 class EventBase { 3 >EventBase : Symbol(EventBase, Decl(functionSubtypingOfVarArgs2.ts, 0, 0)) 6 >_listeners : Symbol(EventBase._listeners, Decl(functionSubtypingOfVarArgs2.ts, 0, 17)) 10 >add : Symbol(EventBase.add, Decl(functionSubtypingOfVarArgs2.ts, 1, 59)) 16 >this._listeners : Symbol(EventBase._listeners, Decl(functionSubtypingOfVarArgs2.ts, 0, 17)) 17 >this : Symbol(EventBase, Decl(functionSubtypingOfVarArgs2.ts, 0, 0)) 18 >_listeners : Symbol(EventBase._listeners, Decl(functionSubtypingOfVarArgs2.ts, 0, 17)) 24 class StringEvent extends EventBase { 26 >EventBase : Symbol(EventBase, Decl(functionSubtypingOfVarArgs2.ts, 0, 0)) 35 >super.add : Symbol(EventBase.add, Decl(functionSubtypingOfVarArgs2.ts, 1, 59)) [all …]
|
D | functionSubtypingOfVarArgs.js | 2 class EventBase { class 10 class StringEvent extends EventBase { // should work 33 var EventBase = /** @class */ (function () { 34 function EventBase() { class in EventBase 37 EventBase.prototype.add = function (listener) { 40 return EventBase; 51 }(EventBase));
|
D | functionSubtypingOfVarArgs2.js | 2 class EventBase { class 10 class StringEvent extends EventBase { 33 var EventBase = /** @class */ (function () { 34 function EventBase() { class in EventBase 37 EventBase.prototype.add = function (listener) { 40 return EventBase; 51 }(EventBase));
|
D | functionSubtypingOfVarArgs.types | 2 class EventBase { 3 >EventBase : EventBase 25 class StringEvent extends EventBase { // should work 27 >EventBase : EventBase 37 >super : EventBase
|
D | functionSubtypingOfVarArgs2.types | 2 class EventBase { 3 >EventBase : EventBase 26 class StringEvent extends EventBase { 28 >EventBase : EventBase 39 >super : EventBase
|
/third_party/boost/boost/statechart/detail/ |
D | reaction_dispatcher.hpp | 38 class Reactions, class State, class EventBase, class Event, 45 static result react( State & stt, const EventBase & ) in react() 53 static result react( State & stt, const EventBase & evt ) in react() 62 State & stt, const EventBase & evt, const IdType & ) in react() 74 static result react( State & stt, const EventBase & evt ) in react() 84 State & stt, const EventBase & evt, const IdType & eventType ) in react() 103 State & stt, const EventBase & evt, const IdType & eventType ) in react() 106 is_same< Event, EventBase >, base, derived in react()
|
/third_party/boost/boost/statechart/ |
D | deferral.hpp | 33 template< class State, class EventBase, class IdType > 35 State & stt, const EventBase &, const IdType & eventType ) in react() argument 56 template< class State, class EventBase, class IdType > 58 State & stt, const EventBase &, const IdType & ) in react() argument
|
D | termination.hpp | 33 template< class State, class EventBase, class IdType > 35 State & stt, const EventBase &, const IdType & eventType ) in react() argument 56 template< class State, class EventBase, class IdType > 58 State & stt, const EventBase &, const IdType & ) in react() argument
|
D | custom_reaction.hpp | 35 template< class State, class EventBase, class IdType > 37 State & stt, const EventBase & evt, const IdType & eventType ) in react() 59 template< class State, class EventBase, class IdType > 61 State & stt, const EventBase & evt, const IdType & ) in react()
|
D | transition.hpp | 52 template< class State, class EventBase, class IdType > 54 State & stt, const EventBase & evt, const IdType & eventType ) in react() 57 reactions< State >, State, EventBase, Event, TransitionContext, IdType in react()
|
D | in_state_reaction.hpp | 55 template< class State, class EventBase, class IdType > 57 State & stt, const EventBase & evt, const IdType & eventType ) in react() 60 reactions< State >, State, EventBase, Event, ReactionContext, IdType in react()
|
/third_party/typescript/tests/cases/compiler/ |
D | functionSubtypingOfVarArgs.ts | 1 class EventBase { class 9 class StringEvent extends EventBase { // should work
|
D | functionSubtypingOfVarArgs2.ts | 1 class EventBase { class 9 class StringEvent extends EventBase {
|