Return packed data with the arena it resides in
| 103 | |
| 104 | // Return packed data with the arena it resides in |
| 105 | Standalone<VectorRef<uint8_t>> getData() { return data; } |
| 106 | Standalone<StringRef> getDataAsStandalone() { return Standalone<StringRef>(pack(), data.arena()); } |
| 107 | |
| 108 | // Create a tuple from a parameter pack |
no outgoing calls