| 32 | // `MemoryManagerRef::ReferenceCounting()`. |
| 33 | MemoryManager ProtoMemoryManager(google::protobuf::Arena* arena); |
| 34 | inline MemoryManager ProtoMemoryManagerRef(google::protobuf::Arena* arena) { |
| 35 | return ProtoMemoryManager(arena); |
| 36 | } |
| 37 | |
| 38 | // Gets the underlying `google::protobuf::Arena`. If `MemoryManager` was not created using |
| 39 | // either `ProtoMemoryManagerRef` or `ProtoMemoryManager`, this returns |