Searched refs:IsKeyEntry (Results 1 - 2 of 2) 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.h77 virtual bool IsKeyEntry() const throw() { return false; } function in class:Kademlia::CEntry
119 virtual bool IsKeyEntry() const throw() { return true; } function in class:Kademlia::CKeyEntry
H A DIndexed.cpp338 wxASSERT(currName->IsKeyEntry());
406 wxASSERT(currName->IsKeyEntry());
481 wxCHECK(entry->IsKeyEntry(), false);
529 wxASSERT(currEntry->IsKeyEntry());
762 wxASSERT(currName->IsKeyEntry());

Completed in 121 milliseconds