| 694 | return _assignLoopCount < oth._assignLoopCount; |
| 695 | } |
| 696 | void addBlockService(BlockServiceState bs) { |
| 697 | _services.emplace_back(bs); |
| 698 | ++_endOffset; |
| 699 | } |
| 700 | uint32_t getNextBlockServiceIdx() { |
| 701 | uint32_t ret = _services[_nextToAssign].blockServiceIdx; |
| 702 | if (++_nextToAssign == _endOffset) { |
no outgoing calls
no test coverage detected