| 290 | |
| 291 | struct ArraySizePredicate : IPredicate, ReferenceCounted<ArraySizePredicate>, FastAllocated<ArraySizePredicate> { |
| 292 | void addref() override { ReferenceCounted<ArraySizePredicate>::addref(); } |
| 293 | void delref() override { ReferenceCounted<ArraySizePredicate>::delref(); } |
| 294 | |
| 295 | TypeCode getTypeCode() const override { return TypeCode::ARRAY_SIZE; } |
nothing calls this directly
no outgoing calls
no test coverage detected