Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dnativeparser.cpp123 int idTimerParsingOneByOne = wxNewId(); variable
192 m_TimerParsingOneByOne(this, idTimerParsingOneByOne), in NativeParser()
211 …Connect(idTimerParsingOneByOne, wxEVT_TIMER, wxTimerEventHandler(NativeParser… in NativeParser()
218 …Disconnect(idTimerParsingOneByOne, wxEVT_TIMER, wxTimerEventHandler(NativePar… in ~NativeParser()