Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/ipc/ipdl/test/ipdl/ok/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 390 B image not shown  

Quelle  PEndpointDecl.ipdl   Sprache: unbekannt

 

// Basic test that Endpoint types are declared for protocols, within
// that protocol.

struct Whatever {
  Endpoint<PEndpointDeclParent> par;
  Endpoint<PEndpointDeclChild> chi;
};

namespace mozilla {

[ChildProc=any]
protocol PEndpointDecl {
  child:
    async Message(Endpoint<PEndpointDeclParent> aEndpointParent,
                  Endpoint<PEndpointDeclChild> aEndpointChild);
};

}

[ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet)  ]