MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Find

Method Find

DuiLib/Utils/Utils.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 int CStdPtrArray::Find(LPVOID pData) const
246 {
247 for( int i = 0; i < m_nCount; i++ ) if( m_ppVoid[i] == pData ) return i;
248 return -1;
249 }
250
251 int CStdPtrArray::GetSize() const
252 {

Callers 15

RemoveAtMethod · 0.45
GetNodeIndexMethod · 0.45
PaintStatusImageMethod · 0.45
~CPaintManagerUIMethod · 0.45
LoadPluginMethod · 0.45
AddOptionGroupMethod · 0.45
GetOptionGroupMethod · 0.45
RemoveOptionGroupMethod · 0.45
RemoveAllOptionGroupsMethod · 0.45
AddNotifierMethod · 0.45
AddPreMessageFilterMethod · 0.45
AddMessageFilterMethod · 0.45

Calls 2

HashKeyFunction · 0.85
GetSizeFunction · 0.50

Tested by

no test coverage detected