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

Method mutable_name

libapp2sys/prebuilt/include/google/protobuf/api.pb.h:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Api.name)
489}
490inline ::std::string* Api::mutable_name() {
491
492 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.name)
493 return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
494}
495inline ::std::string* Api::release_name() {
496 // @@protoc_insertion_point(field_release:google.protobuf.Api.name)
497

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected