/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 202 void StringOutputStream::SetString(string* target) { in SetString() function in google::protobuf::io::StringOutputStream 220 SetString(callback_->Run()); in Next()
|
D | zero_copy_stream_impl_lite.h | 152 void SetString(string* target);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | generated_message_reflection_unittest.cc | 661 reflection->SetString( in TEST() 665 reflection->SetString( in TEST() 669 reflection->SetString( in TEST() 673 reflection->SetString( in TEST()
|
D | map_field.cc | 287 reflection->SetString(new_entry, key_des, map_key.GetStringValue()); in SyncRepeatedFieldWithMapNoLock() 314 reflection->SetString(new_entry, val_des, map_val.GetStringValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | test_util.cc | 92 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 …]
|
D | map_test_util.cc | 426 ->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()
|
D | extension_set.h | 255 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()
|
D | generated_message_reflection.cc | 590 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()
|
D | map_test.cc | 1159 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()
|
D | wire_format.cc | 656 message_reflection->SetString(message, field, value); in ParseAndMergeField() 667 message_reflection->SetString(message, field, value); in ParseAndMergeField()
|
D | generated_message_reflection.h | 300 void SetString(Message* message,
|
D | message.h | 566 virtual void SetString(Message* message,
|
D | text_format.cc | 396 reflection->SetString( in ConsumeField() 399 reflection->SetString(message, any_value_field, serialized_value); in ConsumeField()
|
D | arena_unittest.cc | 909 refl->SetString(message, string_field, "Test value"); in TEST()
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/ |
D | sztool.cc | 153 r->SetString(m, fd, RandomId()); in RandomFidelityParams()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1535 TEST_F(OneofTest, SetString) { in TEST_F() argument
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.cc | 718 reflection->SetString(message, descriptor, value_string); in CheckAndGetInteger()
|