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

Method clear_enumvalue

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

Source from the content-addressed store, hash-verified

1704 return enumvalue_.size();
1705}
1706inline void Enum::clear_enumvalue() {
1707 enumvalue_.Clear();
1708}
1709inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const {
1710 // @@protoc_insertion_point(field_get:google.protobuf.Enum.enumvalue)
1711 return enumvalue_.Get(index);

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected