Searched refs:SetRepeatedString (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h289 void SetRepeatedString(int number, int index, const string& value);
567 inline void ExtensionSet::SetRepeatedString(int number, int index, function in class:google::protobuf::internal::ExtensionSet
716 set->SetRepeatedString(number, index, value);
H A Dgenerated_message_reflection.cc846 void GeneratedMessageReflection::SetRepeatedString( function in class:google::protobuf::internal::GeneratedMessageReflection
849 USAGE_CHECK_ALL(SetRepeatedString, REPEATED, STRING);
851 MutableExtensionSet(message)->SetRepeatedString(
H A Dgenerated_message_reflection.h247 void SetRepeatedString(Message* message,
H A Dmessage.h581 virtual void SetRepeatedString(Message* message,
H A Dtest_util.cc247 message->GetReflection()->SetRepeatedString(
251 message->GetReflection()->SetRepeatedString(
2928 reflection->SetRepeatedString(message, F("repeated_string" ), 1, "515");
2929 reflection->SetRepeatedString(message, F("repeated_bytes" ), 1, "516");
2946 reflection->SetRepeatedString(message, F("repeated_string_piece"), 1, "524");
2947 reflection->SetRepeatedString(message, F("repeated_cord"), 1, "525");
/external/protobuf/src/google/protobuf/
H A Dextension_set.h276 void SetRepeatedString(int number, int index, const string& value);
493 inline void ExtensionSet::SetRepeatedString(int number, int index, function in class:google::protobuf::internal::ExtensionSet
642 set->SetRepeatedString(number, index, value);
H A Dgenerated_message_reflection.cc844 void GeneratedMessageReflection::SetRepeatedString( function in class:google::protobuf::internal::GeneratedMessageReflection
847 USAGE_CHECK_ALL(SetRepeatedString, REPEATED, STRING);
849 MutableExtensionSet(message)->SetRepeatedString(
H A Dgenerated_message_reflection.h238 void SetRepeatedString(Message* message,
H A Dmessage.h587 virtual void SetRepeatedString(Message* message,
H A Dtest_util.cc229 message->GetReflection()->SetRepeatedString(
233 message->GetReflection()->SetRepeatedString(
2788 reflection->SetRepeatedString(message, F("repeated_string" ), 1, "515");
2789 reflection->SetRepeatedString(message, F("repeated_bytes" ), 1, "516");
2804 reflection->SetRepeatedString(message, F("repeated_string_piece"), 1, "524");
2805 reflection->SetRepeatedString(message, F("repeated_cord"), 1, "525");
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc485 reflection->SetRepeatedString(message, descriptor, index, value_string);

Completed in 205 milliseconds