Searched refs:GetIntTagValue (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.cpp81 bool CEntry::GetIntTagValue(const wxString& tagname, uint64_t& value, bool includeVirtualTags) const function in class:CEntry
239 if (GetIntTagValue(searchTerm->tag->GetName(), value, true)) {
252 if (GetIntTagValue(searchTerm->tag->GetName(), value, true)) {
265 if (GetIntTagValue(searchTerm->tag->GetName(), value, true)) {
278 if (GetIntTagValue(searchTerm->tag->GetName(), value, true)) {
291 if (GetIntTagValue(searchTerm->tag->GetName(), value, true)) {
304 if (GetIntTagValue(searchTerm->tag->GetName(), value, true)) {
H A DEntry.h79 bool GetIntTagValue(const wxString& tagname, uint64_t& value, bool includeVirtualTags = true) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFile.h122 uint32 GetIntTagValue(uint8 tagname) const;
123 uint32 GetIntTagValue(const wxString& tagname) const;
124 bool GetIntTagValue(uint8 tagname, uint32& ruValue) const;
H A DSafeFile.h209 uint64 GetIntTagValue() const;
H A DUploadClient.cpp895 reqblock->StartOffset = data.GetIntTagValue();
897 reqblock->EndOffset = data.GetIntTagValue() + 1;
H A DSafeFile.cpp571 uint64 CFileDataIO::GetIntTagValue() const { function in class:CFileDataIO
H A DKnownFile.cpp137 uint32 CAbstractFile::GetIntTagValue(uint8 tagname) const function in class:CAbstractFile
148 bool CAbstractFile::GetIntTagValue(uint8 tagname, uint32& ruValue) const function in class:CAbstractFile
160 uint32 CAbstractFile::GetIntTagValue(const wxString& tagname) const function in class:CAbstractFile
H A DClientTCPSocket.cpp1845 m_client->SetRemoteQueueRank(data.GetIntTagValue());

Completed in 172 milliseconds