Home
last modified time | relevance | path

Searched refs:ImplType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DHashCountedSet.h40 … typedef HashMap<Value, unsigned, HashFunctions, Traits, HashTraits<unsigned>, Allocator> ImplType; typedef
43 typedef typename ImplType::iterator iterator;
44 typedef typename ImplType::const_iterator const_iterator;
45 typedef typename ImplType::AddResult AddResult;
86 ImplType m_impl;
DLinkedHashSet.h151 NodeHashFunctions, NodeHashTraits, NodeHashTraits, Allocator> ImplType; typedef
165 AddResult(const typename ImplType::AddResult& hashTableAddResult) in AddResult()
266 ImplType m_impl;
622 typename ImplType::AddResult result = m_impl.template add<NodeHashFunctions>(value, &m_anchor); in addReturnIterator()
629 typename ImplType::AddResult result = m_impl.template add<NodeHashFunctions>(value, &m_anchor); in appendOrMoveToLast()
641 …typename ImplType::AddResult result = m_impl.template add<NodeHashFunctions>(value, m_anchor.m_nex… in prependOrMoveToFirst()
DListHashSet.h87 … IdentityExtractor, NodeHash, NodeTraits, NodeTraits, typename Allocator::TableAllocator> ImplType; typedef
206 ImplType m_impl;
811 …typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator(… in add()
827 …typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator(… in appendOrMoveToLast()
839 …typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator(… in prependOrMoveToFirst()
851 …typename ImplType::AddResult result = m_impl.template add<BaseTranslator>(newValue, *this->allocat… in insertBefore()
/external/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h30 typedef BlockFrequencyInfoImpl<MachineBasicBlock> ImplType; typedef
31 std::unique_ptr<ImplType> MBFI;
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h29 typedef BlockFrequencyInfoImpl<BasicBlock> ImplType; typedef
30 std::unique_ptr<ImplType> BFI;
/external/chromium_org/win8/delegate_execute/
Ddelegate_execute.cc41 typedef CComObject<CommandExecuteImpl> ImplType; typedef in DelegateExecuteModule
60 hr = ImplType::_ClassFactoryCreatorClass::CreateInstance( in PreMessageLoop()
61 ImplType::_CreatorClass::CreateInstance, IID_IUnknown, in PreMessageLoop()
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp145 MBFI.reset(new ImplType); in runOnMachineFunction()
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp134 BFI.reset(new ImplType); in runOnFunction()
/external/lldb/source/API/
DSBTypeCategory.cpp29 typedef std::pair<lldb::TypeCategoryImplSP,user_id_t> ImplType; typedef