Searched refs:dpNew (Results 1 – 1 of 1) sorted by relevance
222 DYN elem * dpNew = new elem(i_aObj); in push_front() local223 dpNew->SetNext(pTop); in push_front()224 pTop = dpNew; in push_front()290 DYN elem * dpNew = new elem(i_pObj); in push_front() local291 dpNew->SetNext(pTop); in push_front()292 pTop = dpNew; in push_front()
Completed in 15 milliseconds