MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / mutable_value

Method mutable_value

libapp2sys/prebuilt/include/google/protobuf/type.pb.h:2030–2037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2028 : *::google::protobuf::Any::internal_default_instance();
2029}
2030inline ::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}
2038inline ::google::protobuf::Any* Option::release_value() {
2039 // @@protoc_insertion_point(field_release:google.protobuf.Option.value)
2040

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected