Home
last modified time | relevance | path

Searched refs:SetString (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc202 void StringOutputStream::SetString(string* target) { in SetString() function in google::protobuf::io::StringOutputStream
220 SetString(callback_->Run()); in Next()
Dzero_copy_stream_impl_lite.h152 void SetString(string* target);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc661 reflection->SetString( in TEST()
665 reflection->SetString( in TEST()
669 reflection->SetString( in TEST()
673 reflection->SetString( in TEST()
Dmap_field.cc287 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
314 reflection->SetString(new_entry, val_des, map_val.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
Dtest_util.cc92 message->GetReflection()->SetString( in SetOptionalFields()
96 message->GetReflection()->SetString( in SetOptionalFields()
208 message->GetReflection()->SetString( in SetDefaultFields()
212 message->GetReflection()->SetString( in SetDefaultFields()
2401 reflection->SetString(message, F("optional_string" ), "115"); in SetAllFieldsViaReflection()
2402 reflection->SetString(message, F("optional_bytes" ), "116"); in SetAllFieldsViaReflection()
2417 reflection->SetString(message, F("optional_string_piece"), "124"); in SetAllFieldsViaReflection()
2418 reflection->SetString(message, F("optional_cord"), "125"); in SetAllFieldsViaReflection()
2512 reflection->SetString(message, F("default_string" ), "415"); in SetAllFieldsViaReflection()
2513 reflection->SetString(message, F("default_bytes" ), "416"); in SetAllFieldsViaReflection()
[all …]
Dmap_test_util.cc426 ->SetString(sub_message, map_string_string_key_, "0"); in SetMapFieldsViaReflection()
428 ->SetString(sub_message, map_string_string_val_, "0"); in SetMapFieldsViaReflection()
434 ->SetString(sub_message, map_int32_bytes_val_, "0"); in SetMapFieldsViaReflection()
532 ->SetString(sub_message, map_string_string_key_, "1"); in SetMapFieldsViaReflection()
534 ->SetString(sub_message, map_string_string_val_, "1"); in SetMapFieldsViaReflection()
540 ->SetString(sub_message, map_int32_bytes_val_, "1"); in SetMapFieldsViaReflection()
Dextension_set.h255 void SetString(int number, FieldType type, const string& value, desc);
638 inline void ExtensionSet::SetString(int number, FieldType type, in SetString() function
837 set->SetString(number, field_type, value, NULL); in PROTOBUF_DEFINE_PRIMITIVE_TYPE()
Dgenerated_message_reflection.cc590 SetString(message1, field2, GetString(*message2, field2)); in SwapOneofField()
622 SetString(message2, field1, temp_string); in SwapOneofField()
1185 void GeneratedMessageReflection::SetString( in SetString() function in google::protobuf::internal::GeneratedMessageReflection
1188 USAGE_CHECK_ALL(SetString, SINGULAR, STRING); in SetString()
1190 return MutableExtensionSet(message)->SetString(field->number(), in SetString()
Dmap_test.cc1159 message_string_string->GetReflection()->SetString( in TEST_F()
1391 entry_string_string->GetReflection()->SetString( in TEST_F()
1394 entry_string_string->GetReflection()->SetString( in TEST_F()
1524 entry_string_string->GetReflection()->SetString( in TEST_F()
1527 entry_string_string->GetReflection()->SetString( in TEST_F()
1551 entry_string_string->GetReflection()->SetString( in TEST_F()
1554 entry_string_string->GetReflection()->SetString( in TEST_F()
Dwire_format.cc656 message_reflection->SetString(message, field, value); in ParseAndMergeField()
667 message_reflection->SetString(message, field, value); in ParseAndMergeField()
Dgenerated_message_reflection.h300 void SetString(Message* message,
Dmessage.h566 virtual void SetString(Message* message,
Dtext_format.cc396 reflection->SetString( in ConsumeField()
399 reflection->SetString(message, any_value_field, serialized_value); in ConsumeField()
Darena_unittest.cc909 refl->SetString(message, string_field, "Test value"); in TEST()
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dsztool.cc153 r->SetString(m, fd, RandomId()); in RandomFidelityParams()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1535 TEST_F(OneofTest, SetString) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc718 reflection->SetString(message, descriptor, value_string); in CheckAndGetInteger()