Searched refs:m_objects (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvector.h24 void **m_objects; member in class:wxVectorBase
35 void *mem = realloc(m_objects, sizeof(void *) * sz);
39 m_objects = (void **) mem;
52 return m_objects[idx];
58 m_objects[m_size] = obj;
65 Free(m_objects[idx]);
68 m_objects + idx,
69 m_objects + idx + 1,
92 wxVectorBase() : m_allocsize(16), m_size(0), m_capacity(0), m_objects(0) {}
98 Free(m_objects[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxtistrm.cpp415 map<int,wxObject *> m_objects; member in struct:wxRuntimeDepersister::wxRuntimeDepersisterInternal
419 if ( m_objects.find(objectID) != m_objects.end() )
424 m_objects[objectID] = obj ;
430 if ( m_objects.find(objectID) == m_objects.end() )
436 return m_objects[objectID] ;

Completed in 155 milliseconds