Home | History | Annotate | Download | only in wtf

Lines Matching full:m_impl

60             m_impl.swap(ref.m_impl);
66 m_impl.swap(ref.m_impl);
111 void trace(typename Allocator::Visitor* visitor) { m_impl.trace(visitor); }
114 HashTableType m_impl;
135 return m_impl.size();
141 return m_impl.capacity();
147 return m_impl.isEmpty();
153 return m_impl.begin();
159 return m_impl.end();
165 return m_impl.find(value);
171 return m_impl.contains(value);
179 return m_impl.template find<HashSetTranslatorAdapter<HashTranslator> >(value);
186 return m_impl.template contains<HashSetTranslatorAdapter<HashTranslator> >(value);
192 return m_impl.add(value);
200 return m_impl.template addPassingHashCode<HashSetTranslatorAdapter<HashTranslator> >(value, value);
206 m_impl.remove(it.m_impl);
218 m_impl.clear();