Home
last modified time | relevance | path

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

12345678910>>...292

/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/typescript/tests/baselines/reference/
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 …
5 tests/cases/conformance/jsdoc/declarations/index.js(35,11): error TS8006: 'interface' declarations …
6 tests/cases/conformance/jsdoc/declarations/index.js(39,18): error TS8006: 'interface' declarations …
7 tests/cases/conformance/jsdoc/declarations/index.js(43,18): error TS8006: 'interface' declarations …
8 tests/cases/conformance/jsdoc/declarations/index.js(45,18): error TS8006: 'interface' declarations …
9 tests/cases/conformance/jsdoc/declarations/index.js(49,18): error TS8006: 'interface' declarations …
10 tests/cases/conformance/jsdoc/declarations/index.js(53,18): error TS8006: 'interface' declarations …
[all …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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))
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 …]
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 …]
DinheritedStringIndexersFromDifferentBaseTypes.errors.txt1 …ersFromDifferentBaseTypes.ts(13,11): error TS2430: Interface 'E' incorrectly extends interface 'D'.
4 …sFromDifferentBaseTypes.ts(28,11): error TS2430: Interface 'E2' incorrectly extends interface 'D2'.
11 interface A {
14 interface B {
17 interface C extends A, B { } // ok
19 interface D {
22 interface E extends A, D { } // error
24 !!! error TS2430: Interface 'E' incorrectly extends interface 'D'.
30 interface A2 {
33 interface B2 {
[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 …]
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 …]
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 …]
DinterfaceDeclaration1.types2 interface I1 {
10 interface I2 {
18 interface I3 {
23 interface I4 {
37 interface I5 extends I5 {
42 interface I6 {
46 interface I7 extends I6 { }
65 interface i8 extends i9 { }
66 interface i9 extends i8 { }
68 interface i10 {
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-empty-interface.md1 # Disallow the declaration of empty interfaces (`no-empty-interface`)
3 An empty interface is equivalent to its supertype. If the interface does not implement a supertype,…
4 the interface is equivalent to an empty object (`{}`). In both cases it can be omitted.
13 // an empty interface
14 interface Foo {}
16 // an interface with only one supertype (Bar === Foo)
17 interface Bar extends Foo {}
19 // an interface with an empty list of supertypes
20 interface Baz {}
26 // an interface with any number of members
[all …]
/third_party/glib/gio/
Dgdbusinterfaceskeleton.c99 GDBusInterfaceSkeleton *interface = G_DBUS_INTERFACE_SKELETON (object); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE() local
102 g_mutex_lock (&interface->priv->lock); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
105 while (interface->priv->connections != NULL) in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
107 ConnectionData *data = interface->priv->connections->data; in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
108 remove_connection_locked (interface, data->connection); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
111 set_object_path_locked (interface, NULL); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
113 g_mutex_unlock (&interface->priv->lock); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
115 g_free (interface->priv->hooked_vtable); in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
117 if (interface->priv->object != NULL) in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
118 …g_object_remove_weak_pointer (G_OBJECT (interface->priv->object), (gpointer *) &interface->priv->o… in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
[all …]
/third_party/wayland_standard/src/
Dscanner.c173 struct interface { struct
245 struct interface *interface; member
564 static struct interface *
567 struct interface *interface; in create_interface() local
569 interface = xzalloc(sizeof *interface); in create_interface()
570 interface->loc = loc; in create_interface()
571 interface->name = xstrdup(name); in create_interface()
572 interface->uppercase_name = uppercase_dup(name); in create_interface()
573 interface->version = version; in create_interface()
574 interface->since = 1; in create_interface()
[all …]
/third_party/flutter/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>>...292