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

Method mutable_enumvalue

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

Source from the content-addressed store, hash-verified

1711 return enumvalue_.Get(index);
1712}
1713inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index) {
1714 // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.enumvalue)
1715 return enumvalue_.Mutable(index);
1716}
1717inline ::google::protobuf::EnumValue* Enum::add_enumvalue() {
1718 // @@protoc_insertion_point(field_add:google.protobuf.Enum.enumvalue)
1719 return enumvalue_.Add();

Callers

nothing calls this directly

Calls 1

MutableMethod · 0.45

Tested by

no test coverage detected