Searched defs:pInit (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h45 Node(unsigned pInit) : m_Init(pInit), m_Value(pInit) {} argument
58 Node* produce(unsigned pInit) { argument
60 new (result) Node(pInit);

Completed in 56 milliseconds