Searched refs:GetKey (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDirectoryTreeCtrl.cpp282 m_lstShared.insert(SharedMapItem(GetKey(*it), *it));
291 wxString CDirectoryTreeCtrl::GetKey(const CPath& path) function in class:CDirectoryTreeCtrl
340 SharedMap::iterator it = m_lstShared.upper_bound(GetKey(path) + wxFileName::GetPathSeparator());
377 return m_lstShared.find(GetKey(path)) != m_lstShared.end();
389 m_lstShared.insert(SharedMapItem(GetKey(path), path));
397 m_lstShared.erase(GetKey(path));
H A DClientCredits.h67 const CMD4Hash& GetKey() const {return m_pCredits->key;} function in class:CClientCredits
H A DDirectoryTreeCtrl.h89 wxString GetKey(const CPath& path);
H A DUserEvents.h164 static const wxString& GetKey(const unsigned int event) ATTR(__pure__);
H A DUPnPBase.h187 (*this)[upnpElement->GetKey()] = upnpElement;
291 const std::string &GetKey() const function in class:CUPnPArgument
313 const std::string &GetKey() const function in class:CUPnPAction
335 const std::string &GetKey() const function in class:CUPnPAllowedValue
363 const std::string &GetKey() const function in class:CUPnPStateVariable
461 const std::string &GetKey() const function in class:CUPnPService
514 const std::string &GetKey() const function in class:CUPnPDevice
H A DUserEvents.cpp85 const wxString& CUserEvents::GetKey(const unsigned int event) function in class:CUserEvents
H A DPreferences.cpp362 cfg->Read( GetKey(), &m_value, m_default );
369 cfg->Write( GetKey(), m_value );
488 cfg->Read( GetKey(), &tmp, m_default );
498 cfg->Write( GetKey(), (long)m_real_value );
576 cfg->Read( GetKey(), &m_value, m_default );
581 cfg->Write( GetKey(), m_value );
600 cfg->Read(GetKey(), &rgb, m_default);
606 cfg->Write(GetKey(), static_cast<long int>(CMuleColour(m_colour).GetULong()));
844 if ( GetKey() == wxT("/SkinGUIOptions/Skin") ) {
1275 s_CfgList[USEREVENTS_FIRST_ID + i * USEREVENTS_IDS_PER_EVENT + 1] = new Cfg_Bool(wxT("/UserEvents/") + CUserEvents::GetKey(
[all...]
H A DClientCreditsList.cpp155 m_mapClients[newcredits->GetKey()] = newcredits;
231 m_mapClients[result->GetKey()] = result;
H A DPrefsUnifiedDlg.cpp351 % it->first % it->second->GetKey());
400 % it->first % it->second->GetKey());
535 % it->first % it->second->GetKey());
H A DPreferences.h143 virtual const wxString& GetKey() { return m_key; } function in class:Cfg_Base
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Design.cpp18 ESIGN<SHA>::Verifier x4(x2.GetKey());
24 x4 = x2.GetKey();
H A Delgamal.h84 const DL_GroupParameters_GFP & GetGroupParameters() const {return this->GetKey().GetGroupParameters();}
H A Dvalidat2.cpp468 fail = fail || (pGen != pub.GetKey().GetGroupParameters().GetModulus()) || (qGen != pub.GetKey().GetGroupParameters().GetSubgroupOrder());
495 assert(pub.GetKey() == pub1.GetKey());
588 cpriv.GetKey().DEREncode(bq);
590 cpub.GetKey().DEREncode(bq);
H A Drsa.cpp21 RSASS<PKCS1v15, SHA>::Verifier x4(x2.GetKey());
34 x4 = x2.GetKey();
H A Dpubkey.h380 const PublicKey & GetPublicKey() const {return GetKey();}
383 const PrivateKey & GetPrivateKey() const {return GetKey();}
385 virtual const KeyClass & GetKey() const =0;
388 const KeyClass & GetTrapdoorFunction() const {return GetKey();}
403 {return GetKey();}
405 {return GetKey();}
428 const KEY & GetKey() const {return *m_pKey;} function in class:TF_ObjectImplExtRef
442 const KeyClass & GetKey() const {return m_trapdoorFunction;} function in class:TF_ObjectImpl
1291 const KEY & GetKey() const {return m_key;} function in class:DL_ObjectImplBase
H A Dfipsalgt.cpp442 OutputData(output, "X ", priv.GetKey().GetPrivateExponent());
443 OutputData(output, "Y ", pub.GetKey().GetPublicElement());
502 OutputData(output, "Y ", pub.GetKey().GetPublicElement());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h332 virtual GenericKey GetKey(void);
H A Dzipstrm.h205 wxFileOffset GetKey() const { return m_Key; } function in class:wxZipEntry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzipstrm.cpp1560 entry->m_backlink = m_weaklinks->AddEntry(entry.get(), entry->GetKey());
1696 if (AfterHeader() && entry->GetKey() == m_entry.GetOffset())
1720 wxZipEntry *ref = m_weaklinks->GetEntry(m_entry.GetKey());
1724 m_weaklinks->RemoveEntry(ref->GetKey());
1859 wxZipEntry *entry = m_weaklinks->GetEntry(m_entry.GetKey());
H A Ddbgrid.cpp669 GenericKey k = m_data->GetKey();
H A Ddbtable.cpp2900 GenericKey wxDbTable::GetKey()
2922 } // wxDbTable::GetKey()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dedit.cpp342 char chr = (char)event.GetKey();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1410 GetKey(BerkeleyDB_type * db, SV * sv, DBTKEY * key)
3947 GetKey(db, start, start_p);
3952 GetKey(db, stop, stop_p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3435 int GetKey() const { return m_key; } function in class:wxStyledTextEvent

Completed in 540 milliseconds