/external/protobuf/src/google/protobuf/ |
D | map_test_util.cc | 348 ->SetInt32(sub_message, map_int32_int32_key_, 0); in SetMapFieldsViaReflection() 350 ->SetInt32(sub_message, map_int32_int32_val_, 0); in SetMapFieldsViaReflection() 372 ->SetInt32(sub_message, map_sint32_sint32_key_, 0); in SetMapFieldsViaReflection() 374 ->SetInt32(sub_message, map_sint32_sint32_val_, 0); in SetMapFieldsViaReflection() 396 ->SetInt32(sub_message, map_sfixed32_sfixed32_key_, 0); in SetMapFieldsViaReflection() 398 ->SetInt32(sub_message, map_sfixed32_sfixed32_val_, 0); in SetMapFieldsViaReflection() 408 ->SetInt32(sub_message, map_int32_float_key_, 0); in SetMapFieldsViaReflection() 414 ->SetInt32(sub_message, map_int32_double_key_, 0); in SetMapFieldsViaReflection() 432 ->SetInt32(sub_message, map_int32_bytes_key_, 0); in SetMapFieldsViaReflection() 438 ->SetInt32(sub_message, map_int32_enum_key_, 0); in SetMapFieldsViaReflection() [all …]
|
D | test_util.cc | 2388 reflection->SetInt32 (message, F("optional_int32" ), 101); in SetAllFieldsViaReflection() 2392 reflection->SetInt32 (message, F("optional_sint32" ), 105); in SetAllFieldsViaReflection() 2396 reflection->SetInt32 (message, F("optional_sfixed32"), 109); in SetAllFieldsViaReflection() 2405 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection() 2407 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection() 2409 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 119); in SetAllFieldsViaReflection() 2411 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 120); in SetAllFieldsViaReflection() 2421 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection() 2424 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection() 2445 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 217); in SetAllFieldsViaReflection() [all …]
|
D | dynamic_message_unittest.cc | 273 refl->SetInt32(message, optional_int32, 42); in TEST_F() 275 refl->SetInt32(message, optional_int32, 0); in TEST_F()
|
D | map_test.cc | 1094 message_int32_int32->GetReflection()->SetInt32(message_int32_int32, in TEST_F() 1329 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1332 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1335 entry_int32_double->GetReflection()->SetInt32( in TEST_F() 1347 entry_int32_foreign_message->GetReflection()->SetInt32( in TEST_F() 1354 value_message->GetReflection()->SetInt32( in TEST_F() 1456 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1459 entry_int32_int32->GetReflection()->SetInt32( in TEST_F() 1465 entry_int32_double->GetReflection()->SetInt32( in TEST_F() 1483 entry_int32_foreign_message->GetReflection()->SetInt32( in TEST_F()
|
D | map_field.cc | 293 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock() 320 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
|
D | generated_message_reflection_unittest.cc | 568 nested_reflection->SetInt32(nested, nested_bb, 11); in TEST() 589 nested_reflection->SetInt32(nested, nested_bb, 13); in TEST() 657 reflection->SetInt32( in TEST()
|
D | generated_message_reflection.h | 286 void SetInt32 (Message* message,
|
D | message.h | 552 virtual void SetInt32 (Message* message,
|
D | extension_set.h | 247 void SetInt32 (int number, FieldType type, int32 value, desc);
|
D | descriptor.cc | 3064 void SetInt32(int number, int32 value, FieldDescriptor::Type type, 5865 SetInt32(option_field->number(), in SetOptionValue() 5875 SetInt32(option_field->number(), in SetOptionValue() 6161 void DescriptorBuilder::OptionInterpreter::SetInt32(int number, int32 value, 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 | 241 reflection().SetInt32(message_, descriptor(), value); in Store()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2349 reflection->SetInt32(message, field_descriptor, value); in CheckAndGetInteger()
|