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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsStaticAtom.h51 // mAtom: a convienience pointer - if you want to store the value of
56 nsIAtom ** mAtom; member in struct:nsStaticAtom
H A DnsAtomTable.cpp102 // mAtom & 0x1 means (mAtom & ~0x1) points to an nsStaticAtomWrapper
104 PtrBits mAtom; member in struct:AtomTableEntry
107 return (mAtom & 0x1) != 0;
112 mAtom = PtrBits(aAtom);
120 mAtom = PtrBits(aAtom) | 0x1;
124 mAtom = nsnull;
128 return (mAtom & ~0x1) != 0;
134 return (AtomImpl*) (mAtom & ~0x1);
139 return (nsStaticAtomWrapper*) (mAtom
[all...]

Completed in 45 milliseconds