Home
last modified time | relevance | path

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

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