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

Quelle  PTestDescendant.ipdl   Sprache: unbekannt

 
include protocol PTestDescendantSub;
include protocol PTestDescendantSubsub;

namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
async protocol PTestDescendant {
    manages PTestDescendantSub; 
child:
    async PTestDescendantSub(nullable PTestDescendantSubsub dummy);

    async Test(PTestDescendantSubsub a);

    async __delete__();

parent:
    async Ok(PTestDescendantSubsub a);
};

}
}

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]