| /third_party/typescript/tests/baselines/reference/ |
| D | stringEnumLiteralTypes3.js | 9 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 16 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 23 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 30 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 37 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 52 function f6(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 67 function f7(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
|
| D | enumLiteralTypes3.js | 9 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 16 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 23 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 30 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 37 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 52 function f6(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { 67 function f7(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
|
| D | controlFlowManyConsecutiveConditionsNoTimeout.js | 139 var Choice; variable 140 (function (Choice) { argument
|
| D | stringEnumLiteralTypes2.js | 15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) { 38 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
|
| D | stringEnumLiteralTypes1.js | 15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) { 38 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
|
| D | enumLiteralTypes1.js | 15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) { 52 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
|
| D | enumLiteralTypes2.js | 15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) { 52 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
|
| D | overloadGenericFunctionWithRestArgs.js | 24 function Choice() { class
|
| D | functionOverloadsRecursiveGenericReturnType.js | 28 function Choice() { class
|
| /third_party/typescript/tests/cases/compiler/ |
| D | controlFlowManyConsecutiveConditionsNoTimeout.ts | 3 export enum Choice { enum
|
| D | functionOverloadsRecursiveGenericReturnType.ts | 9 function Choice<T>(args: T[]): A<T>; function
|
| D | overloadGenericFunctionWithRestArgs.ts | 7 function Choice<T>(...v_args: T[]): A<T>; function
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | stringEnumLiteralTypes1.ts | 1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
|
| D | stringEnumLiteralTypes2.ts | 3 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
|
| D | stringEnumLiteralTypes3.ts | 1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
|
| D | enumLiteralTypes3.ts | 1 const enum Choice { Unknown, Yes, No }; enum
|
| D | enumLiteralTypes2.ts | 3 const enum Choice { Unknown, Yes, No }; enum
|
| D | enumLiteralTypes1.ts | 1 const enum Choice { Unknown, Yes, No }; enum
|
| /third_party/lzma/CPP/7zip/Bundles/LzmaSpec/ |
| D | LzmaSpec.cpp | 275 CProb Choice; member in CLenDecoder
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 7568 Choice, // `${1|one,two,three|}` enumerator
|
| /third_party/libabigail/tests/lib/ |
| D | catch.hpp | 487 struct CaseSensitive { enum Choice { enum
|