Searched refs:m_entries (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dpalette.cpp32 palette_t *m_entries; member in class:wxPaletteRefData
38 m_entries = NULL;
43 delete[] m_entries;
80 M_PALETTEDATA->m_entries = new palette_t[n];
82 palette_t *e = M_PALETTEDATA->m_entries;
103 palette_t *e = M_PALETTEDATA->m_entries;
125 palette_t& p = M_PALETTEDATA->m_entries[pixel];
141 return M_PALETTEDATA->m_entries;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingBin.cpp56 for (ContactList::const_iterator it = m_entries.begin(); it != m_entries.end(); ++it) {
63 m_entries.clear();
72 for (ContactList::const_iterator it = m_entries.begin(); it != m_entries.end(); ++it) {
95 if (m_entries.size() < K) {
96 m_entries.push_back(contact);
120 for (ContactList::iterator it = m_entries.begin(); it != m_entries.end(); ++it) {
135 for (ContactList::const_iterator it = m_entries
[all...]
H A DRoutingBin.h64 void RemoveContact(CContact *contact, bool noTrackingAdjust = false) { if (!noTrackingAdjust) AdjustGlobalTracking(contact->GetIPAddress(), false); m_entries.remove(contact); }
67 CContact *GetOldest() const throw() { return m_entries.size() ? m_entries.front() : NULL; }
69 uint32_t GetSize() const throw() { return m_entries.size(); }
71 uint32_t GetRemaining() const throw() { return K - m_entries.size(); }
88 ContactList m_entries; member in class:Kademlia::CRoutingBin
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Daccel.cpp35 wxAcceleratorEntry* m_entries; member in class:wxAcceleratorRefData
43 m_entries = (wxAcceleratorEntry*) NULL;
48 delete[] m_entries;
49 m_entries = (wxAcceleratorEntry*) NULL;
76 data->m_entries = new wxAcceleratorEntry[n];
79 data->m_entries[i] = entries[i];
95 return M_ACCELDATA->m_entries;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpaletteg.cpp39 wxPaletteEntry *m_entries; member in class:wxPaletteRefData
45 m_entries = NULL;
50 delete[] m_entries;
95 M_PALETTEDATA->m_entries = new wxPaletteEntry[n];
97 wxPaletteEntry *e = M_PALETTEDATA->m_entries;
117 wxPaletteEntry *e = M_PALETTEDATA->m_entries;
138 wxPaletteEntry& p = M_PALETTEDATA->m_entries[pixel];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzipstrm.cpp657 { m_entries.erase(wx_truncate_cast(key_type, key)); }
659 bool IsEmpty() const { return m_entries.empty(); }
667 wxOffsetZipEntryMap_ m_entries;
674 m_entries[wx_truncate_cast(key_type, key)] = entry;
682 m_entries.find(wx_truncate_cast(key_type, key));
683 return it != m_entries.end() ? it->second : NULL;
1996 WX_CLEAR_LIST(wxZipEntryList_, m_entries);
2223 m_entries.push_back(spPending.release());
2275 m_entries.push_back(spPending.release());
2290 if (m_lasterror == wxSTREAM_WRITE_ERROR || m_entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzipstrm.h336 wxZipEntryList_ m_entries; member in class:wxZipOutputStream

Completed in 173 milliseconds