| 22 | StringData& operator=(const StringData& rhs) = delete; |
| 23 | |
| 24 | unsigned int itemSize() const |
| 25 | { |
| 26 | return sizeof(StringData) + length; |
| 27 | } |
| 28 | unsigned int hash() const |
| 29 | { |
| 30 | IndexedString::RunningHash running; |
no outgoing calls
no test coverage detected