| 313 | } |
| 314 | |
| 315 | static TBasicCowString FromUtf16(const ::TWtringBuf& s) { |
| 316 | return TBasicCowString().AppendUtf16(s); |
| 317 | } |
| 318 | |
| 319 | static TBasicCowString Uninitialized(size_t n) { |
| 320 | return TBasicCowString(TUninitialized(n)); |
nothing calls this directly
no test coverage detected