reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 bool null() { return (value() == 0); } 65 bool operator==(const ListEntry &rhs) const { return value() == rhs.value(); } 65 bool operator==(const ListEntry &rhs) const { return value() == rhs.value(); } 353 while (current.next() && current.next().value() != m_node_address) {