Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.h198 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 …]
Dmap_test_util.cc355 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 …]
Ddynamic_message_unittest.cc306 refl->SetInt32(message, optional_int32, 42); in TEST_F()
308 refl->SetInt32(message, optional_int32, 0); in TEST_F()
Dmap_test.cc1153 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 …]
Dmap_field.cc387 reflection->SetInt32(new_entry, key_des, map_key.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
414 reflection->SetInt32(new_entry, val_des, map_val.GetInt32Value()); in SyncRepeatedFieldWithMapNoLock()
Dgenerated_message_reflection_unittest.cc638 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()
Dmessage.h526 void SetInt32(Message* message, const FieldDescriptor* field,
Dtext_format.cc2142 reflection->SetInt32(message, field_desc, key.GetInt32Value()); in CopyKey()
2183 reflection->SetInt32(message, field_desc, value.GetInt32Value()); in CopyValue()
Dextension_set.h267 void SetInt32(int number, FieldType type, int32 value, desc);
Ddescriptor.cc3422 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/
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/libprotobuf-mutator/src/
Dfield_instance.h260 reflection().SetInt32(message_, descriptor(), value); in Store()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2278 reflection->SetInt32(message, field_descriptor, value); in InternalSetNonOneofScalar()