Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtest_util.cc2387 reflection->SetInt32 (message, F("optional_int32" ), 101); in SetAllFieldsViaReflection()
2391 reflection->SetInt32 (message, F("optional_sint32" ), 105); in SetAllFieldsViaReflection()
2395 reflection->SetInt32 (message, F("optional_sfixed32"), 109); in SetAllFieldsViaReflection()
2404 sub_message->GetReflection()->SetInt32(sub_message, group_a_, 117); in SetAllFieldsViaReflection()
2406 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 118); in SetAllFieldsViaReflection()
2408 sub_message->GetReflection()->SetInt32(sub_message, foreign_c_, 119); in SetAllFieldsViaReflection()
2410 sub_message->GetReflection()->SetInt32(sub_message, import_d_, 120); in SetAllFieldsViaReflection()
2420 sub_message->GetReflection()->SetInt32(sub_message, import_e_, 126); in SetAllFieldsViaReflection()
2423 sub_message->GetReflection()->SetInt32(sub_message, nested_b_, 127); in SetAllFieldsViaReflection()
2444 sub_message->GetReflection()->SetInt32(sub_message, repeated_group_a_, 217); in SetAllFieldsViaReflection()
[all …]
Dgenerated_message_reflection.h229 void SetInt32 (Message* message,
Dmessage.h495 virtual void SetInt32 (Message* message,
Dgenerated_message_reflection_unittest.cc600 reflection->SetInt32( in TEST()
Ddescriptor.cc2574 void SetInt32(int number, int32 value, FieldDescriptor::Type type,
5010 SetInt32(option_field->number(), in SetOptionValue()
5020 SetInt32(option_field->number(), in SetOptionValue()
5306 void DescriptorBuilder::OptionInterpreter::SetInt32(int number, int32 value, in SetInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
Dextension_set.h243 void SetInt32 (int number, FieldType type, int32 value, desc);
/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.cc1763 reflection->SetInt32(message, field_descriptor, value); in CheckAndGetInteger()