| 328 | inline TChar* GetData() { return Data.Buffer ? Data.Buffer : NULL; }; |
| 329 | |
| 330 | VOID Clear() { |
| 331 | Free(&Data); |
| 332 | SetupSso(&Data, SsoBuffer); |
| 333 | } |
| 334 | |
| 335 | inline String<CHAR> GetAnsi() const; |
| 336 | inline String<WCHAR> GetWide() const; |
nothing calls this directly
no outgoing calls
no test coverage detected