Lines Matching refs:in
5 * 1.1 (the "License"); you may not use this file except in compliance with
26 * in which case the provisions of the GPL or the LGPL are applicable instead
51 void logAddRef(in voidPtr aPtr,
52 in nsrefcnt aNewRefcnt,
53 in string aTypeName,
54 in unsigned long aInstanceSize);
56 void logRelease(in voidPtr aPtr,
57 in nsrefcnt aNewRefcnt,
58 in string aTypeName);
60 void logCtor(in voidPtr aPtr,
61 in string aTypeName,
62 in unsigned long aInstanceSize);
64 void logDtor(in voidPtr aPtr,
65 in string aTypeName,
66 in unsigned long aInstanceSize);
69 void logAddCOMPtr(in voidPtr aPtr, in nsISupports aObject);
71 void logReleaseCOMPtr(in voidPtr aPtr, in nsISupports aObject);