Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DGCFactoryListTraitsTest.h33 class NodeFactory;
36 friend class NodeFactory; variable
54 class NodeFactory : public mcld::GCFactory<Node, 0> {
56 NodeFactory() : mcld::GCFactory<Node, 0>(16) {} in NodeFactory() function
87 NodeFactory m_NodeFactory;
DFactoriesTest.h37 typedef mcld::NodeFactory<int> NodeAlloc;
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h32 class NodeFactory : public GCFactory<Node<DataType>, 64> {
52 void delegate(NodeFactory& pClient) { in delegate()
75 void replace(NodeFactory& pClient) { in replace()
83 void concatenate(NodeFactory& pClient) { in concatenate()
DBinTree.h267 class TreeImpl : public NodeFactory<DataType> {
268 typedef typename NodeFactory<DataType>::iterator iterator;
269 typedef typename NodeFactory<DataType>::const_iterator const_iterator;
275 TreeImpl() : NodeFactory<DataType>() { node.left = node.right = &node; } in TreeImpl()