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

Method AddString

libapp2sys/prebuilt/include/google/protobuf/extension_set.h:647–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 MutableRepeatedString(number, index)->assign(value);
646}
647inline void ExtensionSet::AddString(int number, FieldType type,
648 const string& value,
649 const FieldDescriptor* descriptor) {
650 AddString(number, type, descriptor)->assign(value);
651}
652
653// ===================================================================
654// Glue for generated extension accessors

Callers 1

AddFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected