| 285 | // Methods for accessing and manipulating the Shape of the result. |
| 286 | const Shape& result() const { return result_; } |
| 287 | Shape* mutable_result() { return &result_; } |
| 288 | |
| 289 | // Methods for accessing and manipulating the names of the parameters. |
| 290 | int parameter_names_size() const { return parameter_names_.size(); } |
no outgoing calls