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

Method mutable_fields

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

Source from the content-addressed store, hash-verified

1087 return fields_.Get(index);
1088}
1089inline ::google::protobuf::Field* Type::mutable_fields(int index) {
1090 // @@protoc_insertion_point(field_mutable:google.protobuf.Type.fields)
1091 return fields_.Mutable(index);
1092}
1093inline ::google::protobuf::Field* Type::add_fields() {
1094 // @@protoc_insertion_point(field_add:google.protobuf.Type.fields)
1095 return fields_.Add();

Callers

nothing calls this directly

Calls 1

MutableMethod · 0.45

Tested by

no test coverage detected