Searched refs:SetUInt32 (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test_util.h | 311 sub_message->GetReflection()->SetUInt32(sub_message, map_uint32_uint32_key_, in SetMapFieldsViaReflection() 313 sub_message->GetReflection()->SetUInt32(sub_message, map_uint32_uint32_val_, in SetMapFieldsViaReflection() 335 sub_message->GetReflection()->SetUInt32(sub_message, map_fixed32_fixed32_key_, in SetMapFieldsViaReflection() 337 sub_message->GetReflection()->SetUInt32(sub_message, map_fixed32_fixed32_val_, in SetMapFieldsViaReflection() 406 sub_message->GetReflection()->SetUInt32(sub_message, map_uint32_uint32_key_, in SetMapFieldsViaReflection() 408 sub_message->GetReflection()->SetUInt32(sub_message, map_uint32_uint32_val_, in SetMapFieldsViaReflection() 430 sub_message->GetReflection()->SetUInt32(sub_message, map_fixed32_fixed32_key_, in SetMapFieldsViaReflection() 432 sub_message->GetReflection()->SetUInt32(sub_message, map_fixed32_fixed32_val_, in SetMapFieldsViaReflection()
|
H A D | map_field.cc | 395 reflection->SetUInt32(new_entry, key_des, map_key.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock() 422 reflection->SetUInt32(new_entry, val_des, map_val.GetUInt32Value()); in SyncRepeatedFieldWithMapNoLock()
|
H A D | test_util.h | 200 reflection->SetUInt32(message, F("optional_uint32"), 103); in SetAllFieldsViaReflection() 204 reflection->SetUInt32(message, F("optional_fixed32"), 107); in SetAllFieldsViaReflection() 315 reflection->SetUInt32(message, F("default_uint32"), 403); in SetAllFieldsViaReflection() 319 reflection->SetUInt32(message, F("default_fixed32"), 407); in SetAllFieldsViaReflection() 336 reflection->SetUInt32(message, F("oneof_uint32"), 601); in SetAllFieldsViaReflection()
|
H A D | message.h | 551 void SetUInt32(Message* message, const FieldDescriptor* field,
|
H A D | text_format.cc | 2180 reflection->SetUInt32(message, field_desc, key.GetUInt32Value()); in CopyKey() 2221 reflection->SetUInt32(message, field_desc, value.GetUInt32Value()); in CopyValue()
|
H A D | extension_set.h | 264 void SetUInt32(int number, FieldType type, uint32 value, desc);
|
H A D | descriptor.cc | 3442 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type, 6922 SetUInt32(option_field->number(), in SetOptionValue() 7234 void DescriptorBuilder::OptionInterpreter::SetUInt32( in SetUInt32() function in google::protobuf::DescriptorBuilder::OptionInterpreter
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.cpp | 36 static void SetUInt32(Byte *p, UInt32 d)
in SetUInt32() function 54 SetUInt32(buf + 8 + 20, h.NextHeaderCRC);
in WriteStartHeader() 55 SetUInt32(buf + 8, CrcCalc(buf + 8 + 4, 20));
in WriteStartHeader()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 2314 reflection->SetUInt32(message, field_descriptor, value); in InternalSetNonOneofScalar()
|
Completed in 28 milliseconds