Searched refs:SetRepeatedString (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ |
| D | extension_set.h | 333 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()
|
| D | test_util.h | 1079 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()
|
| D | generated_message_reflection.cc | 1292 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()
|
| D | message.h | 661 void SetRepeatedString(Message* message, const FieldDescriptor* field,
|
| D | test_util.inc | 306 message->GetReflection()->SetRepeatedString( 310 message->GetReflection()->SetRepeatedString(
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | message.cc | 818 reflection->SetRepeatedString(message, descriptor, index, in CheckAndSetString()
|