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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp106 inline PRBool IsStaticAtom() const { function in struct:AtomTableEntry
133 NS_ASSERTION(!IsStaticAtom(), "This is a static atom, not an AtomImpl");
138 NS_ASSERTION(IsStaticAtom(), "This is an AtomImpl, not a static atom");
150 return IsStaticAtom() ? GetStaticAtom()->mString : GetAtomImpl()->mString;
158 if (IsStaticAtom())
194 if (!he->IsStaticAtom()) {
233 if (entry->IsStaticAtom())
513 if (!he->IsStaticAtom() && !he->GetAtomImpl()->IsPermanent()) {
576 if (he->HasValue() && he->IsStaticAtom())

Completed in 92 milliseconds