HomeSort by relevance Sort by last modified time
    Searched refs:ImplType (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wtf/
HashCountedSet.h 34 typedef HashMap<Value, unsigned, HashFunctions, Traits> ImplType;
37 typedef typename ImplType::iterator iterator;
38 typedef typename ImplType::const_iterator const_iterator;
75 ImplType m_impl;
ListHashSet.h 62 typedef HashTable<Node*, Node*, IdentityExtractor<Node*>, NodeHash, NodeTraits, NodeTraits> ImplType;
116 ImplType m_impl;
473 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(value, m_allocator.get());
483 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get());

Completed in 25 milliseconds