Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
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) {
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) {
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) {
DfunctionOverloadsRecursiveGenericReturnType.js28 function Choice() { class
DoverloadGenericFunctionWithRestArgs.js24 function Choice() { class
/third_party/typescript/tests/cases/compiler/
DoverloadGenericFunctionWithRestArgs.ts7 function Choice<T>(...v_args: T[]): A<T>; function
DfunctionOverloadsRecursiveGenericReturnType.ts9 function Choice<T>(args: T[]): A<T>; function
DcontrolFlowManyConsecutiveConditionsNoTimeout.ts3 export enum Choice { enum
/third_party/typescript/tests/cases/conformance/types/literal/
DstringEnumLiteralTypes2.ts3 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
DenumLiteralTypes3.ts1 const enum Choice { Unknown, Yes, No }; enum
DstringEnumLiteralTypes3.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
DstringEnumLiteralTypes1.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enum
DenumLiteralTypes1.ts1 const enum Choice { Unknown, Yes, No }; enum
DenumLiteralTypes2.ts3 const enum Choice { Unknown, Yes, No }; enum
/third_party/boost/boost/graph/
Dcopy.hpp346 Choice; in choose_edge_copier() typedef
383 Choice; in choose_vertex_copier() typedef
Dstanford_graph.hpp522 typedef detail::sgb_choose_property_map< Kind, PropertyTag > Choice; typedef
530 typedef detail::sgb_choose_property_map< Kind, PropertyTag > Choice; typedef
Dsubgraph.hpp1063 typedef subgraph_choose_pmap< Tag, SubGraph, Property > Choice; typedef
/third_party/boost/libs/multi_array/test/
Ddimtest.cpp224 typedef typename range_list_gen_helper<NumRanges>::choice Choice; typedef