* WARN: * Certain invocations of this method will result in link-time error. * You are free to implement corresponding methods in string.cpp if you need them. */
| 560 | * You are free to implement corresponding methods in string.cpp if you need them. |
| 561 | */ |
| 562 | static TBasicString FromAscii(const ::TStringBuf& s) { |
| 563 | return TBasicString().AppendAscii(s); |
| 564 | } |
| 565 | |
| 566 | static TBasicString FromUtf8(const ::TStringBuf& s) { |
| 567 | return TBasicString().AppendUtf8(s); |