| 119 | return interop_internal::ModernValueToLegacyValueOrDie(&arena_, x_); |
| 120 | } |
| 121 | CelValue y() { |
| 122 | return interop_internal::ModernValueToLegacyValueOrDie(&arena_, y_); |
| 123 | } |
| 124 | |
| 125 | private: |
| 126 | google::protobuf::Arena arena_; |
nothing calls this directly
no test coverage detected