Searched refs:ExportedInterface (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitExpressionInExtends3.symbols | 25 export interface ExportedInterface { 26 >ExportedInterface : Symbol(ExportedInterface, Decl(declarationEmitExpressionInExtends3.ts, 7, 1)) 29 >x : Symbol(ExportedInterface.x, Decl(declarationEmitExpressionInExtends3.ts, 9, 36)) 86 export class MyClass4 extends getExportedClass<LocalInterface>(undefined)<ExportedInterface> { // OK 91 >ExportedInterface : Symbol(ExportedInterface, Decl(declarationEmitExpressionInExtends3.ts, 7, 1))
|
D | declarationEmitExpressionInExtends3.js | 11 export interface ExportedInterface { 41 export class MyClass4 extends getExportedClass<LocalInterface>(undefined)<ExportedInterface> { // OK 123 export interface ExportedInterface { 139 export declare class MyClass4 extends MyClass4_base<ExportedInterface> {
|
D | declarationEmitExpressionInExtends3.types | 19 export interface ExportedInterface { 71 export class MyClass4 extends getExportedClass<LocalInterface>(undefined)<ExportedInterface> { // OK 73 >getExportedClass<LocalInterface>(undefined) : ExportedClass<ExportedInterface>
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitExpressionInExtends3.ts | 12 export interface ExportedInterface { interface 42 export class MyClass4 extends getExportedClass<LocalInterface>(undefined)<ExportedInterface> { // OK
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 4093 } ExportedInterface; typedef 4097 exported_interface_free (ExportedInterface *ei) in exported_interface_free() 4448 ExportedInterface *ei; in handle_getset_property() 4665 ExportedInterface *ei; in handle_get_all_properties() 4845 ExportedInterface *ei; in handle_introspect() 5077 ExportedInterface *ei; in obj_message_func() 5196 ExportedInterface *ei; in g_dbus_connection_register_object() 5235 ei = g_new0 (ExportedInterface, 1); in g_dbus_connection_register_object() 5277 ExportedInterface *ei; in g_dbus_connection_unregister_object()
|