Home
last modified time | relevance | path

Searched refs:EventBase (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DfunctionSubtypingOfVarArgs.symbols2 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 …]
DfunctionSubtypingOfVarArgs2.symbols2 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 …]
DfunctionSubtypingOfVarArgs.js2 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));
DfunctionSubtypingOfVarArgs2.js2 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));
DfunctionSubtypingOfVarArgs.types2 class EventBase {
3 >EventBase : EventBase
25 class StringEvent extends EventBase { // should work
27 >EventBase : EventBase
37 >super : EventBase
DfunctionSubtypingOfVarArgs2.types2 class EventBase {
3 >EventBase : EventBase
26 class StringEvent extends EventBase {
28 >EventBase : EventBase
39 >super : EventBase
/third_party/boost/boost/statechart/detail/
Dreaction_dispatcher.hpp38 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/
Ddeferral.hpp33 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
Dtermination.hpp33 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
Dcustom_reaction.hpp35 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()
Dtransition.hpp52 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()
Din_state_reaction.hpp55 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/
DfunctionSubtypingOfVarArgs.ts1 class EventBase { class
9 class StringEvent extends EventBase { // should work
DfunctionSubtypingOfVarArgs2.ts1 class EventBase { class
9 class StringEvent extends EventBase {