/external/protobuf/src/google/protobuf/ |
D | test_util.h | 198 reflection->SetInt32(message, F("optional_int32"), 101); in SetAllFieldsViaReflection() 202 reflection->SetInt32(message, F("optional_sint32"), 105); in SetAllFieldsViaReflection() 206 reflection->SetInt32(message, F("optional_sfixed32"), 109); in SetAllFieldsViaReflection() 215 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection() 218 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection() 221 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 119); in SetAllFieldsViaReflection() 224 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 120); in SetAllFieldsViaReflection() 235 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection() 238 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection() 259 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 217); in SetAllFieldsViaReflection() [all …]
|
D | map_test_util.cc | 355 sub_message->GetReflection()->SetInt32(sub_message, map_int32_int32_key_, 0); in SetMapFieldsViaReflection() 356 sub_message->GetReflection()->SetInt32(sub_message, map_int32_int32_val_, 0); in SetMapFieldsViaReflection() 375 sub_message->GetReflection()->SetInt32(sub_message, map_sint32_sint32_key_, in SetMapFieldsViaReflection() 377 sub_message->GetReflection()->SetInt32(sub_message, map_sint32_sint32_val_, in SetMapFieldsViaReflection() 399 sub_message->GetReflection()->SetInt32(sub_message, in SetMapFieldsViaReflection() 401 sub_message->GetReflection()->SetInt32(sub_message, in SetMapFieldsViaReflection() 411 sub_message->GetReflection()->SetInt32(sub_message, map_int32_float_key_, 0); in SetMapFieldsViaReflection() 416 sub_message->GetReflection()->SetInt32(sub_message, map_int32_double_key_, 0); in SetMapFieldsViaReflection() 431 sub_message->GetReflection()->SetInt32(sub_message, map_int32_bytes_key_, 0); in SetMapFieldsViaReflection() 436 sub_message->GetReflection()->SetInt32(sub_message, map_int32_enum_key_, 0); in SetMapFieldsViaReflection() [all …]
|
D | dynamic_message_unittest.cc | 306 refl->SetInt32(message, optional_int32, 42); in TEST_F() 308 refl->SetInt32(message, optional_int32, 0); in TEST_F()
|
D | map_test.cc | 1153 message_int32_int32->GetReflection()->SetInt32(message_int32_int32, in TEST_F() 1385 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1388 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1391 entry_int32_double->GetReflection()->SetInt32( in TEST_F() 1403 entry_int32_foreign_message->GetReflection()->SetInt32( in TEST_F() 1410 value_message->GetReflection()->SetInt32( in TEST_F() 1513 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1516 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1522 entry_int32_double->GetReflection()->SetInt32( in TEST_F() 1540 entry_int32_foreign_message->GetReflection()->SetInt32( in TEST_F() [all …]
|
D | map_field.cc | 387 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock() 414 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | generated_message_reflection_unittest.cc | 638 nested_reflection->SetInt32(nested, nested_bb, 11); in TEST() 659 nested_reflection->SetInt32(nested, nested_bb, 13); in TEST() 733 reflection->SetInt32(&message, descriptor->FindFieldByName("foo_int"), 123); in TEST()
|
D | message.h | 526 void SetInt32(Message* message, const FieldDescriptor* field,
|
D | text_format.cc | 2142 reflection->SetInt32(message, field_desc, key.GetInt32Value()); in CopyKey() 2183 reflection->SetInt32(message, field_desc, value.GetInt32Value()); in CopyValue()
|
D | extension_set.h | 267 void SetInt32(int number, FieldType type, int32 value, desc);
|
D | descriptor.cc | 3422 void SetInt32(int number, int32 value, FieldDescriptor::Type type, 6736 SetInt32(option_field->number(), in SetOptionValue() 6746 SetInt32(option_field->number(), in SetOptionValue() 7048 void DescriptorBuilder::OptionInterpreter::SetInt32( in SetInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 141 def SetInt32(self, interface_name, property_name, value): member in DBusProperties
|
D | modem.py | 307 self.SetInt32(mm1_constants.I_MODEM, 'State', state)
|
/external/libprotobuf-mutator/src/ |
D | field_instance.h | 260 reflection().SetInt32(message_, descriptor(), value); in Store()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2278 reflection->SetInt32(message, field_descriptor, value); in InternalSetNonOneofScalar()
|