case NoBlockRelationship:
case SameBlockRelationship:
case AncestorBlockRelationship:
+ case OtherBlockRelationship:
return false;
case PeerBlockRelationship:
case DescendantBlockRelationship:
- case OtherBlockRelationship:
return true;
}
ASSERT_NOT_REACHED();
switch (blockRelationship(pos, next)) {
case NoBlockRelationship:
case SameBlockRelationship:
+ case AncestorBlockRelationship:
case DescendantBlockRelationship:
+ case OtherBlockRelationship:
return false;
case PeerBlockRelationship:
- case AncestorBlockRelationship:
- case OtherBlockRelationship:
return true;
}
ASSERT_NOT_REACHED();