Home
last modified time | relevance | path

Searched refs:NodeFactory (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.h35 class NodeFactory;
39 friend class NodeFactory; variable
60 class NodeFactory : public mcld::GCFactory<Node, 0> {
62 NodeFactory() : mcld::GCFactory<Node, 0>(16) { } in NodeFactory() function
90 NodeFactory m_NodeFactory;
DFactoriesTest.h39 typedef mcld::NodeFactory<int> NodeAlloc;
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h32 class NodeFactory : public GCFactory<Node<DataType>, 64>
53 void delegate(NodeFactory& pClient) { in delegate()
77 void replace(NodeFactory& pClient) { in replace()
85 void concatenate(NodeFactory& pClient) { in concatenate()
DBinTree.h280 class TreeImpl : public NodeFactory<DataType>
282 typedef typename NodeFactory<DataType>::iterator iterator;
283 typedef typename NodeFactory<DataType>::const_iterator const_iterator;
290 : NodeFactory<DataType>() { in TreeImpl()