| 320 | unsigned Hash( cPosition voidval ); |
| 321 | unsigned HashSize() const { return 1<<hashShift; } |
| 322 | unsigned HashMask() const { return ((1<<hashShift)-1); } |
| 323 | void AddPathNode( unsigned key, PathNode* p ); |
| 324 | Block* NewBlock(); |
| 325 | PathNode* Alloc(); |
nothing calls this directly
no outgoing calls
no test coverage detected