Home
last modified time | relevance | path

Searched defs:Choice (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DstringEnumLiteralTypes3.js9 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) {
DenumLiteralTypes3.js9 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) {
DcontrolFlowManyConsecutiveConditionsNoTimeout.js139 var Choice; variable
140 (function (Choice) { argument
DstringEnumLiteralTypes2.js15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) {
38 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
DstringEnumLiteralTypes1.js15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) {
38 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
DenumLiteralTypes1.js15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) {
52 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
DenumLiteralTypes2.js15 function f2(a: YesNo, b: UnknownYesNo, c: Choice) {
52 function f5(a: YesNo, b: UnknownYesNo, c: Choice) {
DoverloadGenericFunctionWithRestArgs.js24 function Choice() { class
DfunctionOverloadsRecursiveGenericReturnType.js28 function Choice() { class
/third_party/typescript/tests/cases/compiler/
DcontrolFlowManyConsecutiveConditionsNoTimeout.ts3 export enum Choice { enum
DfunctionOverloadsRecursiveGenericReturnType.ts9 function Choice<T>(args: T[]): A<T>; function
DoverloadGenericFunctionWithRestArgs.ts7 function Choice<T>(...v_args: T[]): A<T>; function
/third_party/typescript/tests/cases/conformance/types/literal/
DstringEnumLiteralTypes1.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
DstringEnumLiteralTypes2.ts3 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
DstringEnumLiteralTypes3.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
DenumLiteralTypes3.ts1 const enum Choice { Unknown, Yes, No }; enum
DenumLiteralTypes2.ts3 const enum Choice { Unknown, Yes, No }; enum
DenumLiteralTypes1.ts1 const enum Choice { Unknown, Yes, No }; enum
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp275 CProb Choice; member in CLenDecoder
/third_party/typescript/src/compiler/
Dtypes.ts7568 Choice, // `${1|one,two,three|}` enumerator
/third_party/libabigail/tests/lib/
Dcatch.hpp487 struct CaseSensitive { enum Choice { enum