| 94 | bool CanBeSmallified() const { return string_impl_.CanBeSmallified(); } |
| 95 | |
| 96 | int Len() const { return string_impl_.Len(); } |
| 97 | |
| 98 | /// Returns the number of bytes needed outside the slot itself: |
| 99 | /// - if the length is too long to smallify, return length |
no outgoing calls