We can only call this if the string is not smallified.
| 111 | |
| 112 | /// We can only call this if the string is not smallified. |
| 113 | void SetPtr(char* ptr) { return string_impl_.SetPtr(ptr); } |
| 114 | |
| 115 | // START IR FUNCTIONS |
| 116 | int IrLen() const; |
no outgoing calls