Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dsbdiagnose.cxx35 static DbgChannelId nAssertionChannelId = 0; variable
99 if ( nAssertionChannelId == 0 ) in RTLFUNC()
103 nAssertionChannelId = DbgRegisterUserChannel( &DbgReportAssertion ); in RTLFUNC()
107 if ( nCurrentChannelId != nAssertionChannelId ) in RTLFUNC()
113 DBG_INSTOUTERROR( nAssertionChannelId ); in RTLFUNC()