HomeSort by relevance Sort by last modified time
    Searched defs:NodeFactory (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 35 class NodeFactory;
39 friend class NodeFactory;
59 class NodeFactory : public mcld::GCFactory<Node, 0> {
61 NodeFactory() : mcld::GCFactory<Node, 0>(16) { }
89 NodeFactory m_NodeFactory;
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 21 /** \class NodeFactory
22 * \brief NodeFactory manages the creation and destruction of mcld::Node.
24 * NodeFactory guarantees all allocated memory are released finally. When
25 * the destructor of NodeFactory is called, all allocated memory are freed.
27 * NodeFactory provides delegation of memory. Sometimes, we have to merge two
28 * NodeFactories, and NodeFactory::delegate() can move the memory from one
34 class NodeFactory : public GCFactory<Node<DataType>, 64>
55 void delegate(NodeFactory& pClient) {
79 void replace(NodeFactory& pClient) {
87 void concatenate(NodeFactory& pClient)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactory.java 34 public class NodeFactory {
40 public NodeFactory(LayoutCanvas canvas) {

Completed in 360 milliseconds