Searched refs:Bar1 (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | unionAndIntersectionInference3.types | 39 interface Bar1<T> { 45 declare let f1: <T>(x: Foo1<T> | Bar1<T>) => Promise<T>; 46 >f1 : <T>(x: Foo1<T> | Bar1<T>) => Promise<T> 47 >x : Foo1<T> | Bar1<T> 49 declare let f2: <U>(x: Foo1<U> | Bar1<U>) => Promise<U>; 50 >f2 : <U>(x: Foo1<U> | Bar1<U>) => Promise<U> 51 >x : Foo1<U> | Bar1<U> 54 >f1 = f2 : <U>(x: Foo1<U> | Bar1<U>) => Promise<U> 55 >f1 : <T>(x: Foo1<T> | Bar1<T>) => Promise<T> 56 >f2 : <U>(x: Foo1<U> | Bar1<U>) => Promise<U> [all …]
|
D | unionAndIntersectionInference3.js | 18 interface Bar1<T> { 22 declare let f1: <T>(x: Foo1<T> | Bar1<T>) => Promise<T>; 23 declare let f2: <U>(x: Foo1<U> | Bar1<U>) => Promise<U>;
|
D | unionAndIntersectionInference3.symbols | 70 interface Bar1<T> { 71 >Bar1 : Symbol(Bar1, Decl(unionAndIntersectionInference3.ts, 14, 1)) 75 >test : Symbol(Bar1.test, Decl(unionAndIntersectionInference3.ts, 16, 19)) 82 declare let f1: <T>(x: Foo1<T> | Bar1<T>) => Promise<T>; 88 >Bar1 : Symbol(Bar1, Decl(unionAndIntersectionInference3.ts, 14, 1)) 93 declare let f2: <U>(x: Foo1<U> | Bar1<U>) => Promise<U>; 99 >Bar1 : Symbol(Bar1, Decl(unionAndIntersectionInference3.ts, 14, 1))
|
D | varianceAnnotations.js | 66 type FooFn1<T> = (foo: Bar1<T[]>) => void; 68 type Bar1<T> = { 259 type FooFn1<T> = (foo: Bar1<T[]>) => void; 260 type Bar1<T> = {
|
D | varianceAnnotations.types | 135 type FooFn1<T> = (foo: Bar1<T[]>) => void; 137 >foo : Bar1<T[]> 139 type Bar1<T> = { 140 >Bar1 : Bar1<T>
|
D | varianceAnnotations.symbols | 170 type FooFn1<T> = (foo: Bar1<T[]>) => void; 174 >Bar1 : Symbol(Bar1, Decl(varianceAnnotations.ts, 64, 42)) 177 type Bar1<T> = { 178 >Bar1 : Symbol(Bar1, Decl(varianceAnnotations.ts, 64, 42))
|
D | varianceAnnotations.errors.txt | 186 type FooFn1<T> = (foo: Bar1<T[]>) => void; 188 type Bar1<T> = {
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | unionAndIntersectionInference3.ts | 20 interface Bar1<T> { interface 24 declare let f1: <T>(x: Foo1<T> | Bar1<T>) => Promise<T>; 25 declare let f2: <U>(x: Foo1<U> | Bar1<U>) => Promise<U>;
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 68 type FooFn1<T> = (foo: Bar1<T[]>) => void; 70 type Bar1<T> = { alias
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | transform-op.hpp | 49 Bar1, enumerator
|
/third_party/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 42 TEST(Foo, Bar1) {} in TEST() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestProto3.cs | 217 [pbr::OriginalName("BAR1")] Bar1 = 2, enumerator
|
D | Unittest.cs | 993 [pbr::OriginalName("BAR1")] Bar1 = 2, enumerator
|
/third_party/mksh/ |
D | check.t | 265 alias bar='Bar1 Bar2 ' 270 Bar1 Bar2 Stuff Blah
|