Home
last modified time | relevance | path

Searched refs:SetInt32 (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test_util.cc348 ->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 …]
Ddynamic_message_unittest.cc273 refl->SetInt32(message, optional_int32, 42); in TEST_F()
275 refl->SetInt32(message, optional_int32, 0); in TEST_F()
Dtest_util.cc2388 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 …]
Dmap_field.cc293 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
320 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
Dmap_test.cc1094 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()
Dgenerated_message_reflection_unittest.cc568 nested_reflection->SetInt32(nested, nested_bb, 11); in TEST()
589 nested_reflection->SetInt32(nested, nested_bb, 13); in TEST()
657 reflection->SetInt32( in TEST()
Dgenerated_message_reflection.h286 void SetInt32 (Message* message,
Dmessage.h552 virtual void SetInt32 (Message* message,
Dextension_set.h247 void SetInt32 (int number, FieldType type, int32 value, desc);
Ddescriptor.cc3064 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/
Ddbus_std_ifaces.py141 def SetInt32(self, interface_name, property_name, value): member in DBusProperties
Dmodem.py307 self.SetInt32(mm1_constants.I_MODEM, 'State', state)
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2349 reflection->SetInt32(message, field_descriptor, value); in CheckAndGetInteger()