| 512 | return methods_.size(); |
| 513 | } |
| 514 | inline void Api::clear_methods() { |
| 515 | methods_.Clear(); |
| 516 | } |
| 517 | inline const ::google::protobuf::Method& Api::methods(int index) const { |
| 518 | // @@protoc_insertion_point(field_get:google.protobuf.Api.methods) |
| 519 | return methods_.Get(index); |