Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 7778) sorted by relevance

12345678910>>...312

/third_party/typescript/tests/baselines/reference/
DprivacyInterfaceExtendsClauseDeclFile.types3 export interface publicInterfaceInPublicModule {
6 interface privateInterfaceInPublicModule {
9interface privateInterfaceImplementingPublicInterfaceInModule extends publicInterfaceInPublicModul…
11interface privateInterfaceImplementingPrivateInterfaceInModule extends privateInterfaceInPublicMod…
13 …export interface publicInterfaceImplementingPublicInterfaceInModule extends publicInterfaceInPubli…
15 …export interface publicInterfaceImplementingPrivateInterfaceInModule extends privateInterfaceInPub…
18interface privateInterfaceImplementingFromPrivateModuleInterface extends privateModule.publicInter…
21 …export interface publicInterfaceImplementingFromPrivateModuleInterface extends privateModule.publi…
25 …export interface publicInterfaceImplementingPrivateAndPublicInterface extends privateInterfaceInPu…
30 export interface publicInterfaceInPrivateModule {
[all …]
DjsDeclarationsInterfaces.errors.txt1 tests/cases/conformance/jsdoc/declarations/index.js(4,18): error TS8006: 'interface' declarations c…
2 tests/cases/conformance/jsdoc/declarations/index.js(6,18): error TS8006: 'interface' declarations c…
3 tests/cases/conformance/jsdoc/declarations/index.js(10,18): error TS8006: 'interface' declarations …
4 tests/cases/conformance/jsdoc/declarations/index.js(31,11): error TS8006: 'interface' declarations …
6 tests/cases/conformance/jsdoc/declarations/index.js(35,11): error TS8006: 'interface' declarations …
8 tests/cases/conformance/jsdoc/declarations/index.js(39,18): error TS8006: 'interface' declarations …
11 tests/cases/conformance/jsdoc/declarations/index.js(43,18): error TS8006: 'interface' declarations …
12 tests/cases/conformance/jsdoc/declarations/index.js(45,18): error TS8006: 'interface' declarations …
13 tests/cases/conformance/jsdoc/declarations/index.js(49,18): error TS8006: 'interface' declarations …
14 tests/cases/conformance/jsdoc/declarations/index.js(53,18): error TS8006: 'interface' declarations …
[all …]
DreferencesForDeclarationKeywords.baseline.jsonc3 // interface Implemented1 {}
8 // interface I1 extends Base { }
17 // interface Implemented2 {}
18 // interface Implemented3 {}
20 // interface I2 extends Implemented2, Implemented3 {}
73 // interface Implemented1 {}
78 // interface I1 extends [|Base|] { }
87 // interface Implemented2 {}
88 // interface Implemented3 {}
90 // interface I2 extends Implemented2, Implemented3 {}
[all …]
DinterfaceWithMultipleDeclarations.types2 interface I1<V> {
4 interface I1<S> { // Name mismatch
6 interface I1<T, U extends T> { // Length mismatch
8 interface I1<V extends string> { // constraint present
10 interface I1<V, X extends V> { // Length mismatch
12 interface I1 { // Length mismatch
15 interface I2<T extends string> {
17 interface I2<T extends () => string> { // constraint mismatch
19 interface I2<T> { // constraint absent
21 interface I2<U> { // name mismatch
[all …]
DassignmentCompatability_checking-apply-member-off-of-function-interface.symbols1 === tests/cases/compiler/assignmentCompatability_checking-apply-member-off-of-function-interface.ts…
4 interface Applicable {
5 …Applicable, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 0, 0))
8 …ble.apply, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 2, 22))
9 >blah : Symbol(blah, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.t…
13 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, …
14 …Applicable, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 0, 0))
18 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, …
21 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, …
24 >x : Symbol(x, Decl(assignmentCompatability_checking-apply-member-off-of-function-interface.ts, 6, …
[all …]
DassignmentCompatability_checking-call-member-off-of-function-interface.symbols1 === tests/cases/compiler/assignmentCompatability_checking-call-member-off-of-function-interface.ts …
4 interface Callable {
5 …ol(Callable, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 0, 0))
8 …lable.call, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 2, 20))
9 >blah : Symbol(blah, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts…
13 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3…
14 …ol(Callable, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 0, 0))
18 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3…
21 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3…
24 >x : Symbol(x, Decl(assignmentCompatability_checking-call-member-off-of-function-interface.ts, 6, 3…
[all …]
DthisTypeErrors.errors.txt1 …1,9): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
2 …,14): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
3 …3,9): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
4 …,16): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
5 …,23): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
6 …,12): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
7 …,13): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
8 …,14): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
9 …,18): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
10 …,23): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
[all …]
DprivacyInterfaceExtendsClauseDeclFile.symbols5 export interface publicInterfaceInPublicModule {
9 interface privateInterfaceInPublicModule {
13interface privateInterfaceImplementingPublicInterfaceInModule extends publicInterfaceInPublicModul…
17interface privateInterfaceImplementingPrivateInterfaceInModule extends privateInterfaceInPublicMod…
21 …export interface publicInterfaceImplementingPublicInterfaceInModule extends publicInterfaceInPubli…
25 …export interface publicInterfaceImplementingPrivateInterfaceInModule extends privateInterfaceInPub…
30interface privateInterfaceImplementingFromPrivateModuleInterface extends privateModule.publicInter…
36 …export interface publicInterfaceImplementingFromPrivateModuleInterface extends privateModule.publi…
43 …export interface publicInterfaceImplementingPrivateAndPublicInterface extends privateInterfaceInPu…
53 export interface publicInterfaceInPrivateModule {
[all …]
DsubtypingWithGenericCallSignaturesWithOptionalParameters.types5 interface Base<T> {
28 interface I1<T> extends Base<T> {
33 interface I2<T> extends Base<T> {
39 interface I3<T> extends Base<T> {
46 interface I4<T> extends Base<T> {
51 interface I5<T> extends Base<T> {
57 interface I6<T> extends Base<T> {
64 interface I7<T> extends Base<T> {
69 interface I8<T> extends Base<T> {
75 interface I9<T> extends Base<T> {
[all …]
DjsDeclarationsInterfaces.types5 export interface A {}
7 export interface B {
12 export interface C<T, U> {
58 interface G {}
63 interface HH {}
69 export interface I {}
78 export interface J {}
80 export interface K extends I,J {
85 export interface L extends K {
90 export interface M<T> {
[all …]
DsubtypingWithObjectMembers2.errors.txt1 …btypingWithObjectMembers2.ts(17,15): error TS2430: Interface 'B' incorrectly extends interface 'A'.
4 …ypingWithObjectMembers2.ts(27,15): error TS2430: Interface 'B2' incorrectly extends interface 'A2'.
7 …ypingWithObjectMembers2.ts(37,15): error TS2430: Interface 'B3' incorrectly extends interface 'A3'.
10 …btypingWithObjectMembers2.ts(50,15): error TS2430: Interface 'B' incorrectly extends interface 'A'.
13 …ypingWithObjectMembers2.ts(60,15): error TS2430: Interface 'B2' incorrectly extends interface 'A2'.
16 …ypingWithObjectMembers2.ts(70,15): error TS2430: Interface 'B3' incorrectly extends interface 'A3'.
22 interface Base {
26 interface Derived extends Base {
33 interface A {
38 interface B extends A {
[all …]
DsubtypesOfAny.types4 interface I {
13 interface I2 {
22 interface I3 {
31 interface I4 {
40 interface I5 {
49 interface I6 {
58 interface I7 {
68 interface I8 {
77 interface I9 {
89 interface I10 {
[all …]
DsubtypingWithObjectMembers3.errors.txt1 …btypingWithObjectMembers3.ts(17,15): error TS2430: Interface 'B' incorrectly extends interface 'A'.
4 …ypingWithObjectMembers3.ts(27,15): error TS2430: Interface 'B2' incorrectly extends interface 'A2'.
7 …ypingWithObjectMembers3.ts(37,15): error TS2430: Interface 'B3' incorrectly extends interface 'A3'.
10 …btypingWithObjectMembers3.ts(49,15): error TS2430: Interface 'B' incorrectly extends interface 'A'.
13 …ypingWithObjectMembers3.ts(59,15): error TS2430: Interface 'B2' incorrectly extends interface 'A2'.
16 …ypingWithObjectMembers3.ts(69,15): error TS2430: Interface 'B3' incorrectly extends interface 'A3'.
22 interface Base {
26 interface Derived extends Base {
33 interface A {
38 interface B extends A {
[all …]
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.types5 interface Base<T> {
28 interface I1<T> extends Base<T> {
33 interface I2<T> extends Base<T> {
39 interface I3<T> extends Base<T> {
46 interface I4<T> extends Base<T> {
51 interface I5<T> extends Base<T> {
57 interface I6<T> extends Base<T> {
64 interface I7<T> extends Base<T> {
69 interface I8<T> extends Base<T> {
75 interface I9<T> extends Base<T> {
[all …]
DenumIsNotASubtypeOfAnythingButNumber.types8 interface I {
17 interface I2 {
26 interface I3 {
35 interface I4 {
44 interface I5 {
53 interface I6 {
62 interface I7 {
72 interface I8 {
81 interface I9 {
93 interface I10 {
[all …]
DanyAssignableToEveryType2.types4 interface I {
13 interface I2 {
22 interface I3 {
31 interface I4 {
40 interface I5 {
49 interface I6 {
58 interface I7 {
68 interface I8 {
77 interface I9 {
89 interface I10 {
[all …]
DsubtypingWithCallSignaturesWithOptionalParameters.errors.txt1 …ithOptionalParameters.ts(19,11): error TS2430: Interface 'I3' incorrectly extends interface 'Base'.
4 …thOptionalParameters.ts(49,11): error TS2430: Interface 'I10' incorrectly extends interface 'Base'.
12 interface Base {
20 interface I1 extends Base {
24 interface I2 extends Base {
28 interface I3 extends Base {
30 !!! error TS2430: Interface 'I3' incorrectly extends interface 'Base'.
37 interface I4 extends Base {
41 interface I5 extends Base {
45 interface I6 extends Base {
[all …]
DsubtypingWithCallSignaturesWithRestParameters.types4 interface Base {
27 interface I1 extends Base {
32 interface I1B extends Base {
38 interface I1C extends Base {
44 interface I2 extends Base {
50 interface I2B extends Base {
58 interface I3 extends Base {
64 interface I3B extends Base {
72 interface I4 extends Base {
77 interface I4B extends Base {
[all …]
DprivacyInterface.types18 export interface C3_public {
73 interface C4_private {
146 export interface C3_public {
201 interface C4_private {
270 export interface C7_public {
325 interface C8_private {
381 export interface m3_i_public {
386 interface m3_i_private {
391 interface m3_C1_private extends m3_i_public {
393 interface m3_C2_private extends m3_i_private {
[all …]
DsubtypingWithConstructSignaturesWithOptionalParameters.errors.txt1 …ithOptionalParameters.ts(19,11): error TS2430: Interface 'I3' incorrectly extends interface 'Base'.
4 …thOptionalParameters.ts(49,11): error TS2430: Interface 'I10' incorrectly extends interface 'Base'.
12 interface Base {
20 interface I1 extends Base {
24 interface I2 extends Base {
28 interface I3 extends Base {
30 !!! error TS2430: Interface 'I3' incorrectly extends interface 'Base'.
37 interface I4 extends Base {
41 interface I5 extends Base {
45 interface I6 extends Base {
[all …]
DduplicateSymbolsExportMatching.types3 export interface E { }
4 interface I { }
7 export interface E { } // ok
8 interface I { } // ok
13 interface E { } // ok
14 export interface I { } // ok
18 interface I { }
19 interface I { } // ok
20 export interface E { }
21 export interface E { } // ok
[all …]
DasiPreventsParsingAsInterface05.symbols4 var interface: number;
5 >interface : Symbol(interface, Decl(asiPreventsParsingAsInterface05.ts, 2, 3))
7 // 'interface' is a strict mode reserved word, and so it would be permissible
8 // to allow 'interface' and the name of the interface to be on separate lines;
9 // however, this complicates things, and so it is preferable to restrict interface
10 // declarations such that their identifier must follow 'interface' on the same line.
12 interface // This should be the identifier 'interface'
13 >interface : Symbol(interface, Decl(asiPreventsParsingAsInterface05.ts, 2, 3))
DtwoGenericInterfacesDifferingByTypeParameterName.types2 // type parameter names are relevant when choosing whether to merge interface declarations
4 interface A<T> {
9 interface A<U> { // error
14 interface B<T,U> {
19 interface B<T,V> { // error
25 interface A<T> {
30 interface A<U> { // error
35 interface B<T, U> {
40 interface B<T, V> { // error
47 interface B<T, U> {
[all …]
/third_party/protobuf/objectivec/
DGPBDictionary_PackagePrivate.h87 @interface GPBUInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt32Dictionary()
93 @interface GPBUInt32Int32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int32Dictionary()
99 @interface GPBUInt32UInt64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32UInt64Dictionary()
105 @interface GPBUInt32Int64Dictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32Int64Dictionary()
111 @interface GPBUInt32BoolDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32BoolDictionary()
117 @interface GPBUInt32FloatDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32FloatDictionary()
123 @interface GPBUInt32DoubleDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32DoubleDictionary()
129 @interface GPBUInt32EnumDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32EnumDictionary()
138 @interface GPBUInt32ObjectDictionary () <GPBDictionaryInternalsProtocol> { in GPBUInt32ObjectDictionary()
152 @interface GPBInt32UInt32Dictionary () <GPBDictionaryInternalsProtocol> { in GPBInt32UInt32Dictionary()
[all …]
/third_party/glfw/docs/
Dinternal.dox7 There are several interfaces inside GLFW. Each interface has its own area of
11 @section internals_public Public interface
13 The most well-known is the public interface, described in the glfw3.h header
18 The public interface uses the OpenGL naming conventions except with GLFW and
26 @section internals_native Native interface
28 The [native interface](@ref native) is a small set of publicly available
31 display handles used by the platform interface.
33 The function names of the native interface are similar to those of the public
34 interface, but embeds the name of the interface that the returned handle is
40 @section internals_internal Internal interface
[all …]

12345678910>>...312