Searched refs:mpCommentOut (Results 1 – 3 of 3) sorted by relevance
65 mpCommentOut ( NULL ), in CGM()79 if ( mpCommentOut ) in ImplComment()83 *mpCommentOut << " " << Description << "\n"; in ImplComment()97 *mpCommentOut << " "; in ImplComment()98 mpCommentOut->WriteNumber( mnActCount ); in ImplComment()103 *mpCommentOut << " L?"; in ImplComment()106 *mpCommentOut << " UNKNOWN COMMAND"; in ImplComment()109 *mpCommentOut << " LI"; in ImplComment()112 *mpCommentOut << " L"; in ImplComment()113 mpCommentOut->WriteNumber( Level & 0xff ); in ImplComment()[all …]
43 #define ComOut( Level, Description ) if ( mpCommentOut ) ImplComment( Level, Description );
81 SvStream* mpCommentOut; // ifdef CGM_EXPORT_COMMENT member in CGM