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

Method add_enumvalue

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

Source from the content-addressed store, hash-verified

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();
1720}
1721inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
1722Enum::mutable_enumvalue() {
1723 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.enumvalue)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected