!!! THIS IS UNSAFE TO CALL ON EXISTING STRINGVALUE OBJECTS !!! Please make sure you only invoke it for newly created StringValues, e.g. on the target StringValue object of a deep copy operation. Tries to apply Small String Optimization if possible. Returns 'true' on success, 'false' otherwise. In the latter case the object remains unmodified. !!! THIS IS UNSAFE TO CALL ON EXISTING STRINGVALUE OBJE
| 204 | /// 'false' otherwise. In the latter case the object remains unmodified. |
| 205 | /// !!! THIS IS UNSAFE TO CALL ON EXISTING STRINGVALUE OBJECTS !!! |
| 206 | bool Smallify() { return string_impl_.Smallify(); } |
| 207 | |
| 208 | SmallableString string_impl_; |
| 209 | }; |
no outgoing calls