/third_party/typescript/tests/baselines/reference/ |
D | recursiveArrayNotCircular.types | 8 enum ActionType { 9 >ActionType : ActionType 12 >Foo : ActionType.Foo 15 >Bar : ActionType.Bar 18 >Baz : ActionType.Baz 21 >Batch : ActionType.Batch 27 | Action<ActionType.Bar, number> 28 >ActionType : any 30 | Action<ActionType.Baz, boolean> 31 >ActionType : any [all …]
|
D | recursiveArrayNotCircular.js | 4 enum ActionType { 12 | Action<ActionType.Bar, number> 13 | Action<ActionType.Baz, boolean> 14 | Action<ActionType.Foo, string> 15 | Action<ActionType.Batch, ReducerAction[]> 23 case ActionType.Bar: 26 case ActionType.Baz: 29 case ActionType.Foo: 32 case ActionType.Batch: 40 var ActionType; [all …]
|
D | recursiveArrayNotCircular.symbols | 14 enum ActionType { 15 >ActionType : Symbol(ActionType, Decl(recursiveArrayNotCircular.ts, 0, 75)) 18 >Foo : Symbol(ActionType.Foo, Decl(recursiveArrayNotCircular.ts, 2, 17)) 21 >Bar : Symbol(ActionType.Bar, Decl(recursiveArrayNotCircular.ts, 3, 8)) 24 >Baz : Symbol(ActionType.Baz, Decl(recursiveArrayNotCircular.ts, 4, 8)) 27 >Batch : Symbol(ActionType.Batch, Decl(recursiveArrayNotCircular.ts, 5, 8)) 33 | Action<ActionType.Bar, number> 35 >ActionType : Symbol(ActionType, Decl(recursiveArrayNotCircular.ts, 0, 75)) 36 >Bar : Symbol(ActionType.Bar, Decl(recursiveArrayNotCircular.ts, 3, 8)) 38 | Action<ActionType.Baz, boolean> [all …]
|
D | instantiateContextualTypes.types | 83 type ActionType<P> = string & { attachPayloadTypeHack?: P & never } 84 >ActionType : ActionType<P> 98 actionType: ActionType<P> 99 >actionType : ActionType<P> 105 declare function handler<S, P>(actionType: ActionType<P>, handler: Handler<S, P>): ActionHandler<S,… 106 >handler : <S, P>(actionType: ActionType<P>, handler: Handler<S, P>) => ActionHandler<S, P> 107 >actionType : ActionType<P> 135 const NON_VOID_ACTION: ActionType<number> = 'NON_VOID_ACTION' 136 >NON_VOID_ACTION : ActionType<number> 139 , VOID_ACTION: ActionType<void> = 'VOID_ACTION' [all …]
|
D | instantiateContextualTypes.js | 35 type ActionType<P> = string & { attachPayloadTypeHack?: P & never } 42 actionType: ActionType<P> 46 declare function handler<S, P>(actionType: ActionType<P>, handler: Handler<S, P>): ActionHandler<S,… 61 const NON_VOID_ACTION: ActionType<number> = 'NON_VOID_ACTION' 62 , VOID_ACTION: ActionType<void> = 'VOID_ACTION'
|
D | instantiateContextualTypes.symbols | 99 type ActionType<P> = string & { attachPayloadTypeHack?: P & never } 100 >ActionType : Symbol(ActionType, Decl(instantiateContextualTypes.ts, 29, 33)) 128 actionType: ActionType<P> 130 >ActionType : Symbol(ActionType, Decl(instantiateContextualTypes.ts, 29, 33)) 140 declare function handler<S, P>(actionType: ActionType<P>, handler: Handler<S, P>): ActionHandler<S,… 145 >ActionType : Symbol(ActionType, Decl(instantiateContextualTypes.ts, 29, 33)) 185 const NON_VOID_ACTION: ActionType<number> = 'NON_VOID_ACTION' 187 >ActionType : Symbol(ActionType, Decl(instantiateContextualTypes.ts, 29, 33)) 189 , VOID_ACTION: ActionType<void> = 'VOID_ACTION' 191 >ActionType : Symbol(ActionType, Decl(instantiateContextualTypes.ts, 29, 33))
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveArrayNotCircular.ts | 3 enum ActionType { enum 11 | Action<ActionType.Bar, number> 12 | Action<ActionType.Baz, boolean> 13 | Action<ActionType.Foo, string> 14 | Action<ActionType.Batch, ReducerAction[]> 22 case ActionType.Bar: 25 case ActionType.Baz: 28 case ActionType.Foo: 31 case ActionType.Batch:
|
D | instantiateContextualTypes.ts | 37 type ActionType<P> = string & { attachPayloadTypeHack?: P & never } alias 44 actionType: ActionType<P> 48 declare function handler<S, P>(actionType: ActionType<P>, handler: Handler<S, P>): ActionHandler<S,… 63 const NON_VOID_ACTION: ActionType<number> = 'NON_VOID_ACTION' 64 , VOID_ACTION: ActionType<void> = 'VOID_ACTION'
|
/third_party/icu/tools/unicode/c/genuca/ |
D | genuca.cpp | 451 enum ActionType { enum 465 const ActionType what_to_do; 521 ActionType what_to_do = vt[cnt].what_to_do; in readAnOption()
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout-kerx-table.hh | 477 ActionType = 0xC0000000, /* A two-bit field containing the action type. */ enumerator 487 action_type ((table->flags & ActionType) >> 30), in driver_context_t()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-kerx-table.hh | 477 ActionType = 0xC0000000, /* A two-bit field containing the action type. */ enumerator 487 action_type ((table->flags & ActionType) >> 30), in driver_context_t()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-kerx-table.hh | 483 ActionType = 0xC0000000, /* A two-bit field containing the action type. */ enumerator 493 action_type ((table->flags & ActionType) >> 30), in driver_context_t()
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | webpmux.c | 78 } ActionType; typedef 115 ActionType action_type_;
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpmux.c | 79 } ActionType; typedef 117 ActionType action_type_;
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 144 ActionType
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 144 ActionType
|