Home
last modified time | relevance | path

Searched refs:Underscore (Results 1 – 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DgenericTypeArgumentInference1.types2 module Underscore {
21 declare var _: Underscore.Static;
22 >_ : Underscore.Static
23 >Underscore : any
28 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T
29 >_ : Underscore.Static
30 >all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T
37 >_ : Underscore.Static
43 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => T
44 >_ : Underscore.Static
[all …]
DgenericTypeArgumentInference1.symbols2 module Underscore {
3 >Underscore : Symbol(Underscore, Decl(genericTypeArgumentInference1.ts, 0, 0))
39 declare var _: Underscore.Static;
41 >Underscore : Symbol(Underscore, Decl(genericTypeArgumentInference1.ts, 0, 0))
42 >Static : Symbol(Underscore.Static, Decl(genericTypeArgumentInference1.ts, 3, 5))
46 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29))
48 >all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29))
49 >_.identity : Symbol(Underscore.Static.identity, Decl(genericTypeArgumentInference1.ts, 5, 77))
51 >identity : Symbol(Underscore.Static.identity, Decl(genericTypeArgumentInference1.ts, 5, 77))
55 >_.all : Symbol(Underscore.Static.all, Decl(genericTypeArgumentInference1.ts, 4, 29))
[all …]
DgenericArgumentCallSigAssignmentCompat.symbols2 module Underscore {
3 >Underscore : Symbol(Underscore, Decl(genericArgumentCallSigAssignmentCompat.ts, 0, 0))
40 declare var _: Underscore.Static;
42 >Underscore : Symbol(Underscore, Decl(genericArgumentCallSigAssignmentCompat.ts, 0, 0))
43 >Static : Symbol(Underscore.Static, Decl(genericArgumentCallSigAssignmentCompat.ts, 3, 5))
45 // No error, Call signatures of types '<T>(value: T) => T' and 'Underscore.Iterator<{}, boolean>' a…
48 >_.all : Symbol(Underscore.Static.all, Decl(genericArgumentCallSigAssignmentCompat.ts, 5, 29))
50 >all : Symbol(Underscore.Static.all, Decl(genericArgumentCallSigAssignmentCompat.ts, 5, 29))
51 >_.identity : Symbol(Underscore.Static.identity, Decl(genericArgumentCallSigAssignmentCompat.ts, 6,…
53 >identity : Symbol(Underscore.Static.identity, Decl(genericArgumentCallSigAssignmentCompat.ts, 6, 8…
[all …]
DgenericArgumentCallSigAssignmentCompat.types2 module Underscore {
23 declare var _: Underscore.Static;
24 >_ : Underscore.Static
25 >Underscore : any
27 // No error, Call signatures of types '<T>(value: T) => T' and 'Underscore.Iterator<{}, boolean>' a…
31 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => boolean
32 >_ : Underscore.Static
33 >all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => boolean
40 >_ : Underscore.Static
46 >_.all : <T>(list: T[], iterator?: Underscore.Iterator<T, boolean>, context?: any) => boolean
[all …]
DunderscoreTest1.symbols12 >_.each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(undersc…
14 >each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(underscor…
22 >_.each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(undersc…
24 >each : Symbol(Underscore.Static.each, Decl(underscoreTest1_underscore.ts, 395, 43), Decl(underscor…
36 >_.map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscor…
38 >map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscoreT…
43 >_.map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscor…
45 >map : Symbol(Underscore.Static.map, Decl(underscoreTest1_underscore.ts, 400, 91), Decl(underscoreT…
55 >_.reduce : Symbol(Underscore.Static.reduce, Decl(underscoreTest1_underscore.ts, 405, 90), Decl(und…
57 >reduce : Symbol(Underscore.Static.reduce, Decl(underscoreTest1_underscore.ts, 405, 90), Decl(under…
[all …]
DunderscoreTest1.types14 >_ : Underscore.Static
32 >_ : Underscore.Static
54 >_ : Underscore.Static
69 >_ : Underscore.Static
89 >_ : Underscore.Static
120 >_ : Underscore.Static
137 >_ : Underscore.Static
158 >_ : Underscore.Static
203 >_ : Underscore.Static
216 >_ : Underscore.Static
[all …]
DgenericArgumentCallSigAssignmentCompat.errors.txt7 module Underscore {
18 declare var _: Underscore.Static;
20 …// No error, Call signatures of types '<T>(value: T) => T' and 'Underscore.Iterator<{}, boolean>' …
DgenericArgumentCallSigAssignmentCompat.js2 module Underscore {
13 declare var _: Underscore.Static;
DgenericTypeArgumentInference1.js2 module Underscore {
11 declare var _: Underscore.Static;
DgenericTypeArgumentInference1.errors.txt7 module Underscore {
16 declare var _: Underscore.Static;
DunderscoreTest1.js34 module Underscore {
649 declare var _: Underscore.Static;
DunderscoreTest1.errors.txt304 module Underscore {
919 declare var _: Underscore.Static;
/third_party/typescript/tests/cases/compiler/
DgenericArgumentCallSigAssignmentCompat.ts1 module Underscore {
12 declare var _: Underscore.Static;
DgenericTypeArgumentInference1.ts1 module Underscore {
10 declare var _: Underscore.Static;
DunderscoreTest1.ts32 module Underscore {
647 declare var _: Underscore.Static;
/third_party/rust/crates/syn/src/
Dtoken.rs557 "_" pub struct Underscore/1 /// `_`
562 impl ToTokens for Underscore { implementation
570 impl Parse for Underscore { implementation
575 return Ok((Underscore(ident.span()), rest)); in parse()
580 return Ok((Underscore(punct.span()), rest)); in parse()
589 impl Token for Underscore { implementation
606 impl private::Sealed for Underscore {} implementation
873 [_] => { $crate::token::Underscore };
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_V0.h112 Underscore,
DSkOTTable_OS_2_VA.h114 Underscore,
DSkOTTable_OS_2_V1.h355 Underscore,
DSkOTTable_OS_2_V2.h371 Underscore,
DSkOTTable_OS_2_V3.h380 Underscore,
DSkOTTable_OS_2_V4.h412 Underscore,
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Didentifier_test.cpp42 INSTANTIATE_TEST_SUITE_P(Underscore, SingleLetterIdentifierTest, testing::Values('_'));
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m71 // Underscore, upper + 9 (10 op)
/third_party/rust/crates/syn/tests/common/
Deq.rs529 AssignOp(0 1 2) Field(0 1) Index(0 1) Underscore Range(0 1 2) Path(0 1)

12