Home
last modified time | relevance | path

Searched refs:Whatever (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DnamespaceMergedWithFunctionWithOverloadsUsage.types3 >X : { (opts?: X.Whatever): void; (cb: Function, opts?: X.Whatever): void; }
7 >X : { (opts?: X.Whatever): void; (cb: Function, opts?: X.Whatever): void; }
12 interface Whatever {
18 declare function Foo(opts?: Foo.Whatever): void;
19 >Foo : { (opts?: Foo.Whatever): void; (cb: Function, opts?: Foo.Whatever): void; }
20 >opts : Foo.Whatever
23 declare function Foo(cb: Function, opts?: Foo.Whatever): void;
24 >Foo : { (opts?: Foo.Whatever): void; (cb: Function, opts?: Foo.Whatever): void; }
26 >opts : Foo.Whatever
30 >Foo : { (opts?: Foo.Whatever): void; (cb: Function, opts?: Foo.Whatever): void; }
DnamespaceMergedWithFunctionWithOverloadsUsage.errors.txt2 Overload 1 of 2, '(opts?: Whatever): void', gave the following error.
3 Argument of type 'number' is not assignable to parameter of type 'Whatever'.
4 Overload 2 of 2, '(cb: Function, opts?: Whatever): void', gave the following error.
14 !!! error TS2769: Overload 1 of 2, '(opts?: Whatever): void', gave the following error.
15 !!! error TS2769: Argument of type 'number' is not assignable to parameter of type 'Whatever'.
16 !!! error TS2769: Overload 2 of 2, '(cb: Function, opts?: Whatever): void', gave the following er…
20 interface Whatever {
25 declare function Foo(opts?: Foo.Whatever): void;
26 declare function Foo(cb: Function, opts?: Foo.Whatever): void;
DnamespaceMergedWithFunctionWithOverloadsUsage.symbols12 interface Whatever {
13 >Whatever : Symbol(Whatever, Decl(file.d.ts, 0, 23))
16 >prop : Symbol(Whatever.prop, Decl(file.d.ts, 1, 24))
20 declare function Foo(opts?: Foo.Whatever): void;
24 >Whatever : Symbol(Foo.Whatever, Decl(file.d.ts, 0, 23))
26 declare function Foo(cb: Function, opts?: Foo.Whatever): void;
32 >Whatever : Symbol(Foo.Whatever, Decl(file.d.ts, 0, 23))
DnamespaceMergedWithFunctionWithOverloadsUsage.js5 interface Whatever {
10 declare function Foo(opts?: Foo.Whatever): void;
11 declare function Foo(cb: Function, opts?: Foo.Whatever): void;
DjsDeclarationsTypedefAndImportTypes.types3 * @typedef {string | number} Whatever
48 /** @type {import("./conn").Whatever} */
51 >this.another : import("tests/cases/conformance/jsdoc/declarations/conn").Whatever
53 >another : import("tests/cases/conformance/jsdoc/declarations/conn").Whatever
DjsDeclarationsTypedefAndImportTypes.js79 export { Whatever };
81 type Whatever = string | number;
94 another: import("./conn").Whatever; field in Wrap
DjsDeclarationsTypedefAndImportTypes.symbols3 * @typedef {string | number} Whatever
45 /** @type {import("./conn").Whatever} */
/third_party/typescript/tests/cases/compiler/
DnamespaceMergedWithFunctionWithOverloadsUsage.ts3 interface Whatever { interface
8 declare function Foo(opts?: Foo.Whatever): void;
9 declare function Foo(cb: Function, opts?: Foo.Whatever): void;
/third_party/boost/libs/statechart/test/
DTuTest.cpp20 void Whatever( const EvX & ) {} in Whatever() function
22 typedef sc::in_state_reaction< EvX, Initial, &Initial::Whatever > reactions;
/third_party/node/deps/npm/node_modules/promzard/
DREADME.md48 module.exports, etc. Whatever that module exports is the result, and it
55 Whatever you put in that `ctx` will of course also be available in the
80 Whatever the final value is, that's what will be put on the resulting
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/
Das_failure_lvalue.md12 *Complexity*: Whatever that of `error_type`'s copy constructor is.
Das_failure_rvalue.md12 *Complexity*: Whatever that of `error_type`'s move constructor is.
Dequality_failure_type.md12 *Complexity*: Whatever the underlying `operator==` has. Constexpr and noexcept of underlying operat…
Dinequality_success_type.md12 *Complexity*: Whatever the underlying `operator==` has. Constexpr and noexcept of underlying operat…
Dinequality_failure_type.md12 *Complexity*: Whatever the underlying `operator!=` has. Constexpr and noexcept of underlying operat…
Dequality_success_type.md12 *Complexity*: Whatever the underlying `operator!=` has. Constexpr and noexcept of underlying operat…
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/
Das_failure_lvalue.md12 *Complexity*: Whatever that of `error_type`'s and/or `exception_type`'s copy constructor is.
Dinequality_success_type.md12 *Complexity*: Whatever the underlying `operator==` has. Constexpr and noexcept of underlying operat…
Das_failure_rvalue.md12 *Complexity*: Whatever that of `error_type`'s and/or `exception_type`'s move constructor is.
Dequality_success_type.md12 *Complexity*: Whatever the underlying `operator!=` has. Constexpr and noexcept of underlying operat…
Dinequality_basic_outcome.md12 *Complexity*: Whatever the underlying `operator!=` have. Constexpr and noexcept of underlying opera…
Dequality_basic_result.md12 *Complexity*: Whatever the underlying `operator==` have. Constexpr and noexcept of underlying opera…
Dequality_failure_type.md12 *Complexity*: Whatever the underlying `operator==` has. Constexpr and noexcept of underlying operat…
/third_party/boost/libs/range/doc/reference/adaptors/
Dfiltered.qbk16 * [*Throws:] Whatever the copy constructor of `pred` might throw.
Dadjacent_filtered.qbk16 * [*Throws:] Whatever the copy constructor of `bi_pred` might throw.

12345