Lines Matching refs:nsBaseHashtable

92267 # 1 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h" 1
92268 # 12 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h"
92720 # 13 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h" 2
92724 class nsBaseHashtable;
92746 # 51 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h"
92748 class nsBaseHashtable
92759 nsBaseHashtable() {}
92760 explicit nsBaseHashtable(uint32_t aInitLength)
92770 # 84 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h"
92784 # 108 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h"
92842 # 177 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h"
92848 explicit Iterator(nsBaseHashtable* aTable) : Base(&aTable->mTable) {}
92870 return Iterator(const_cast<nsBaseHashtable*>(this));
92877 # 219 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsBaseHashtable.h"
92894 void SwapElements(nsBaseHashtable& aOther)
92932 : public nsBaseHashtable<KeyClass, DataType, DataType>
92935 typedef nsBaseHashtable<KeyClass, DataType, DataType> BaseClass;
93880 : public nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*>
93885 typedef nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*> base_type;
93889 : nsBaseHashtable<KeyClass, RefPtr<PtrType>, PtrType*>(aInitLength)
108950 : public nsBaseHashtable<KeyClass, nsAutoPtr<T>, T*>
108955 typedef nsBaseHashtable<KeyClass, nsAutoPtr<T>, T*> base_type;
108961 : nsBaseHashtable<KeyClass, nsAutoPtr<T>, T*>(aInitLength)