| 49 | int count() const FLPURE {return _count;} |
| 50 | int capacity() const FLPURE {return _capacity;} |
| 51 | int tableSize() const FLPURE {return _sizeMask + 1;} |
| 52 | int stringBytesCapacity() const FLPURE; |
| 53 | int stringBytesCount() const FLPURE; |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected