| 2028 | : *::google::protobuf::Any::internal_default_instance(); |
| 2029 | } |
| 2030 | inline ::google::protobuf::Any* Option::mutable_value() { |
| 2031 | |
| 2032 | if (value_ == NULL) { |
| 2033 | _slow_mutable_value(); |
| 2034 | } |
| 2035 | // @@protoc_insertion_point(field_mutable:google.protobuf.Option.value) |
| 2036 | return value_; |
| 2037 | } |
| 2038 | inline ::google::protobuf::Any* Option::release_value() { |
| 2039 | // @@protoc_insertion_point(field_release:google.protobuf.Option.value) |
| 2040 |
nothing calls this directly
no outgoing calls
no test coverage detected