| 831 | ::google::protobuf::internal::FieldType field_type, \ |
| 832 | bool is_packed> \ |
| 833 | inline typename _proto_TypeTraits::MutableType MutableExtension( \ |
| 834 | const ::google::protobuf::internal::ExtensionIdentifier< \ |
| 835 | CLASSNAME, _proto_TypeTraits, field_type, is_packed>& id) { \ |
| 836 | return _proto_TypeTraits::Mutable(id.number(), field_type, &_extensions_);\ |
| 837 | } \ |
| 838 | \ |
| 839 | template <typename _proto_TypeTraits, \ |
| 840 | ::google::protobuf::internal::FieldType field_type, \ |