Searched refs:SetRepeatedString (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | extension_set.h | 276 void SetRepeatedString(int number, int index, const string& value); 493 inline void ExtensionSet::SetRepeatedString(int number, int index, in SetRepeatedString() function 642 set->SetRepeatedString(number, index, value); in Set()
|
D | generated_message_reflection.cc | 844 void GeneratedMessageReflection::SetRepeatedString( in SetRepeatedString() function in google::protobuf::internal::GeneratedMessageReflection 847 USAGE_CHECK_ALL(SetRepeatedString, REPEATED, STRING); in SetRepeatedString() 849 MutableExtensionSet(message)->SetRepeatedString( in SetRepeatedString()
|
D | message.h | 587 virtual void SetRepeatedString(Message* message,
|
D | generated_message_reflection.h | 238 void SetRepeatedString(Message* message,
|
D | test_util.cc | 229 message->GetReflection()->SetRepeatedString( in ModifyRepeatedFields() 233 message->GetReflection()->SetRepeatedString( in ModifyRepeatedFields() 2788 reflection->SetRepeatedString(message, F("repeated_string" ), 1, "515"); in ModifyRepeatedFieldsViaReflection() 2789 reflection->SetRepeatedString(message, F("repeated_bytes" ), 1, "516"); in ModifyRepeatedFieldsViaReflection() 2804 reflection->SetRepeatedString(message, F("repeated_string_piece"), 1, "524"); in ModifyRepeatedFieldsViaReflection() 2805 reflection->SetRepeatedString(message, F("repeated_cord"), 1, "525"); in ModifyRepeatedFieldsViaReflection()
|