Home
last modified time | relevance | path

Searched refs:SetRepeatedString (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dextension_set.h333 void SetRepeatedString(int number, int index, std::string value);
859 inline void ExtensionSet::SetRepeatedString(int number, int index, in SetRepeatedString() function
1094 set->SetRepeatedString(number, index, value); in Set()
Dtest_util.h1079 reflection->SetRepeatedString(message, F("repeated_string"), 1, "515"); in ModifyRepeatedFieldsViaReflection()
1080 reflection->SetRepeatedString(message, F("repeated_bytes"), 1, "516"); in ModifyRepeatedFieldsViaReflection()
1105 reflection->SetRepeatedString(message, F("repeated_string_piece"), 1, "524"); in ModifyRepeatedFieldsViaReflection()
1106 reflection->SetRepeatedString(message, F("repeated_cord"), 1, "525"); in ModifyRepeatedFieldsViaReflection()
Dgenerated_message_reflection.cc1292 void Reflection::SetRepeatedString(Message* message, in SetRepeatedString() function in google::protobuf::Reflection
1295 USAGE_CHECK_ALL(SetRepeatedString, REPEATED, STRING); in SetRepeatedString()
1297 MutableExtensionSet(message)->SetRepeatedString(field->number(), index, in SetRepeatedString()
Dmessage.h661 void SetRepeatedString(Message* message, const FieldDescriptor* field,
Dtest_util.inc306 message->GetReflection()->SetRepeatedString(
310 message->GetReflection()->SetRepeatedString(
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc818 reflection->SetRepeatedString(message, descriptor, index, in CheckAndSetString()