| 2247 | } |
| 2248 | void copy_shape(const Shape& src_shape) { *mutable_shape() = src_shape; } |
| 2249 | void clear_shape() { array_shape = nullptr; } |
| 2250 | |
| 2251 | // The constant buffer backing this array. This is non-null if and only if |
| 2252 | // this is a constant parameter array. Conversely, this is null for |
no outgoing calls
no test coverage detected