Searched refs:PermanentAtomImpl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.h45 * AtomImpl objects are sometimes converted into PermanentAtomImpl
54 // We don't need a virtual destructor here because PermanentAtomImpl
82 class PermanentAtomImpl : public AtomImpl { class in inherits:AtomImpl
85 PermanentAtomImpl() : AtomImpl() {} function in class:PermanentAtomImpl
H A DnsAtomTable.cpp199 // |PermanentAtomImpl| permanent atoms ignore their refcount and are
203 delete NS_STATIC_CAST(PermanentAtomImpl*, atom);
260 aAtom = new (aAtom) PermanentAtomImpl();
309 NS_IMETHODIMP_(nsrefcnt) PermanentAtomImpl::AddRef()
314 NS_IMETHODIMP_(nsrefcnt) PermanentAtomImpl::Release()
326 PermanentAtomImpl::IsPermanent()
351 void* PermanentAtomImpl::operator new ( size_t size, AtomImpl* aAtom ) CPP_THROW_NEW {
590 atom = new (aString) PermanentAtomImpl();

Completed in 51 milliseconds