Home | History | Annotate | Download | only in service

Lines Matching refs:handle

35   ComputationHandle handle;
40 return (handle.handle() == other.handle.handle()) &&
44 return ((handle.handle() < other.handle.handle()) ||
45 ((handle.handle() == other.handle.handle()) &&