| 108 | void SetLen(int len) { return string_impl_.SetLen(len); } |
| 109 | |
| 110 | char* Ptr() const { return string_impl_.Ptr(); } |
| 111 | |
| 112 | /// We can only call this if the string is not smallified. |
| 113 | void SetPtr(char* ptr) { return string_impl_.SetPtr(ptr); } |
no outgoing calls