Home
last modified time | relevance | path

Searched refs:SetUInt32 (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmessage.h492 virtual void SetUInt32(Message* message,
Dgenerated_message_reflection.h179 void SetUInt32(Message* message,
Dextension_set.h241 void SetUInt32(int number, FieldType type, uint32 value, desc);
Ddescriptor.cc2091 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
Dtest_util.cc2102 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()