| 70 | } |
| 71 | |
| 72 | inline void __resize_default_init(size_t size) noexcept { |
| 73 | ::absl::strings_internal::STLStringResizeUninitialized( |
| 74 | static_cast<Base*>(this), size); |
| 75 | } |
| 76 | |
| 77 | private: |
| 78 | #if BABYLON_USE_PROTOBUF |
nothing calls this directly
no test coverage detected