Searched refs:m_used (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgparam.cpp39 m_used = true;
H A Dalgparam.h259 : m_name(x.m_name), m_throwIfNotUsed(x.m_throwIfNotUsed), m_used(x.m_used)
262 x.m_used = true;
266 : m_name(name), m_throwIfNotUsed(throwIfNotUsed), m_used(false) {}
276 if (m_throwIfNotUsed && !m_used)
297 mutable bool m_used; member in class:AlgorithmParametersBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp139 bool m_used; member in struct:wxGC
198 wxGCPool[i].m_used = false;
200 if ((!wxGCPool[i].m_used) && (wxGCPool[i].m_type == type))
202 wxGCPool[i].m_used = true;
222 wxGCPool[wxGCPoolSize].m_used = true;
243 wxGCPool[i].m_used = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp150 bool m_used; member in struct:wxGC
209 wxGCPool[i].m_used = false;
211 if ((!wxGCPool[i].m_used) && (wxGCPool[i].m_type == type))
213 wxGCPool[i].m_used = true;
233 wxGCPool[wxGCPoolSize].m_used = true;
254 wxGCPool[i].m_used = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp106 bool m_used; member in struct:wxGC
134 wxGCPool[i].m_used = false;
136 if ((!wxGCPool[i].m_used) && (wxGCPool[i].m_type == type))
138 wxGCPool[i].m_used = true;
154 wxGCPool[i].m_used = false;

Completed in 128 milliseconds