Searched refs:SetInt32 (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | test_util.cc | 2387 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 …]
|
D | generated_message_reflection.h | 229 void SetInt32 (Message* message,
|
D | message.h | 495 virtual void SetInt32 (Message* message,
|
D | generated_message_reflection_unittest.cc | 600 reflection->SetInt32( in TEST()
|
D | descriptor.cc | 2574 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
|
D | extension_set.h | 243 void SetInt32 (int number, FieldType type, int32 value, desc);
|
/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/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1763 reflection->SetInt32(message, field_descriptor, value); in CheckAndGetInteger()
|