Home
last modified time | relevance | path

Searched refs:otherKey (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/debugger/util/
H A DWorker.cpp50 const SimpleJobKey* otherKey = dynamic_cast<const SimpleJobKey*>(&other); in operator ==() local
51 return otherKey != NULL && object == otherKey->object in operator ==()
52 && type == otherKey->type; in operator ==()