| 2185 | } |
| 2186 | |
| 2187 | __forceinline int NotEmpty() |
| 2188 | { |
| 2189 | return broad.islands.size(); |
| 2190 | } |
| 2191 | |
| 2192 | // note: it is illegal to call this if NotEmpty() returns 0 |
| 2193 | __forceinline bool Contains(unsigned int address, int size) |
no test coverage detected