Searched refs:SetUInt32 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | message.h | 492 virtual void SetUInt32(Message* message,
|
D | generated_message_reflection.h | 179 void SetUInt32(Message* message,
|
D | extension_set.h | 241 void SetUInt32(int number, FieldType type, uint32 value, desc);
|
D | descriptor.cc | 2091 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type, 4173 SetUInt32(option_field->number(), in SetOptionValue() 4366 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, in SetUInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
|
D | test_util.cc | 2102 reflection->SetUInt32(message, F("optional_uint32" ), 103); in SetAllFieldsViaReflection() 2106 reflection->SetUInt32(message, F("optional_fixed32" ), 107); in SetAllFieldsViaReflection() 2203 reflection->SetUInt32(message, F("default_uint32" ), 403); in SetAllFieldsViaReflection() 2207 reflection->SetUInt32(message, F("default_fixed32" ), 407); in SetAllFieldsViaReflection()
|