Searched defs:xptiTypelibGuts (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiTypelibGuts.cpp40 /* Implementation of xptiTypelibGuts. */
45 xptiTypelibGuts*
46 xptiTypelibGuts::NewGuts(XPTHeader* aHeader,
51 sizeof(xptiTypelibGuts) +
56 return new(place) xptiTypelibGuts(aHeader);
59 xptiTypelibGuts::xptiTypelibGuts(XPTHeader* aHeader) function in class:xptiTypelibGuts
H A Dxptiprivate.h113 class xptiTypelibGuts;
149 class xptiTypelibGuts class
152 static xptiTypelibGuts* NewGuts(XPTHeader* aHeader,
173 xptiTypelibGuts(); // not implemented
174 xptiTypelibGuts(XPTHeader* aHeader);
175 ~xptiTypelibGuts() {}
192 xptiTypelibGuts* GetGuts() {return mGuts;}
249 xptiTypelibGuts* mGuts; // hold pointer into arena
259 xptiTypelibGuts* GetGuts() {return mGuts;}
305 xptiTypelibGuts* mGut
[all...]

Completed in 1712 milliseconds