Searched refs: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
63 Node *produce(unsigned pInit) { argument
65 new (result) Node(pInit);

Completed in 33 milliseconds