Searched refs:aCurDestination (Results 1 – 4 of 4) sorted by relevance
43 aCurDestination.push(&io_rDestination); in Open_OutputNode()49 csv_assert( NOT aCurDestination.empty() ); in Finish_OutputNode()50 aCurDestination.pop(); in Finish_OutputNode()56 csv_assert( ! aCurDestination.empty() ); in Out()57 return *aCurDestination.top(); in Out()
60 aCurDestination; // The front element is the currently used. member in EasyWriter
41 aCurDestination.push(&io_rDestination); in Enter()47 csv_assert( NOT aCurDestination.empty() ); in Leave()48 aCurDestination.pop(); in Leave()
53 aCurDestination; // The front element is the currently used. member in OutputStack60 csv_assert( ! aCurDestination.empty() ); in Out()61 return *aCurDestination.top(); in Out()
Completed in 22 milliseconds