Searched refs:i_aObj (Results 1 – 1 of 1) sorted by relevance
84 const XX & i_aObj );87 const XX & i_aObj );220 SweList<XX>::push_front( const XX & i_aObj ) in push_front() argument222 DYN elem * dpNew = new elem(i_aObj); in push_front()231 SweList<XX>::push_back( const XX & i_aObj) in push_back() argument235 pTail->SetNext(new elem(i_aObj)); in push_back()240 pTop = pTail = new elem(i_aObj); in push_back()
Completed in 7 milliseconds