| 98 | return _fst == _lst; |
| 99 | } |
| 100 | forceinline int |
| 101 | ScaleBoolArray::size(void) const { |
| 102 | return static_cast<int>(_lst - _fst); |
| 103 | } |
| 104 | forceinline bool |
| 105 | ScaleBoolArray::ScaleDec::operator ()(const ScaleBool& x, |
| 106 | const ScaleBool& y) { |
no outgoing calls
no test coverage detected