Lines Matching refs:TemplateHashMapImpl

28 class TemplateHashMapImpl {
39 TemplateHashMapImpl(uint32_t capacity = kDefaultHashMapCapacity,
44 TemplateHashMapImpl(const TemplateHashMapImpl<Key, Value, MatchFun,
48 ~TemplateHashMapImpl();
128 DISALLOW_COPY_AND_ASSIGN(TemplateHashMapImpl);
132 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::
133 TemplateHashMapImpl(uint32_t initial_capacity, MatchFun match, in TemplateHashMapImpl() function
141 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::
142 TemplateHashMapImpl(const TemplateHashMapImpl<Key, Value, MatchFun, in TemplateHashMapImpl() function
154 TemplateHashMapImpl<Key, Value, MatchFun,
155 AllocationPolicy>::~TemplateHashMapImpl() { in ~TemplateHashMapImpl()
161 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
162 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Lookup( in Lookup()
170 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
171 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( in LookupOrInsert()
179 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
180 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::LookupOrInsert( in LookupOrInsert()
194 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
195 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::InsertNew( in InsertNew()
203 Value TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Remove( in Remove()
265 void TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Clear() { in Clear()
275 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
276 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Start() const { in Start()
282 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
283 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Next( in Next()
297 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
298 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Probe( in Probe()
314 typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry*
315 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::FillEmptyEntry( in FillEmptyEntry()
334 void TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Initialize( in Initialize()
348 void TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Resize( in Resize()
388 : public TemplateHashMapImpl<
392 typedef TemplateHashMapImpl<
430 : public TemplateHashMapImpl<void*, void*, KeyEqualityMatcher<void*>,
432 typedef TemplateHashMapImpl<void*, void*, KeyEqualityMatcher<void*>,
447 : private TemplateHashMapImpl<void*, void*,
450 typedef TemplateHashMapImpl<void*, void*,