Searched refs:SetUInt32 (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp57 static void SetUInt32(Byte *p, UInt32 d) function in namespace:NArchive::N7z
74 SetUInt32(buf + 20, h.NextHeaderCRC);
75 SetUInt32(buf, CrcCalc(buf + 4, 20));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h186 void SetUInt32(Message* message,
H A Dmessage.h476 virtual void SetUInt32(Message* message,
H A Dextension_set.h243 void SetUInt32(int number, FieldType type, uint32 value, desc);
H A Dtest_util.cc2207 reflection->SetUInt32(message, F("optional_uint32" ), 103);
2211 reflection->SetUInt32(message, F("optional_fixed32" ), 107);
2318 reflection->SetUInt32(message, F("default_uint32" ), 403);
2322 reflection->SetUInt32(message, F("default_fixed32" ), 407);
H A Ddescriptor.cc2404 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
4608 SetUInt32(option_field->number(),
4900 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h179 void SetUInt32(Message* message,
H A Dmessage.h492 virtual void SetUInt32(Message* message,
H A Dextension_set.h241 void SetUInt32(int number, FieldType type, uint32 value, desc);
H A Dtest_util.cc2102 reflection->SetUInt32(message, F("optional_uint32" ), 103);
2106 reflection->SetUInt32(message, F("optional_fixed32" ), 107);
2203 reflection->SetUInt32(message, F("default_uint32" ), 403);
2207 reflection->SetUInt32(message, F("default_fixed32" ), 407);
H A Ddescriptor.cc2091 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
4173 SetUInt32(option_field->number(),
4366 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc661 reflection->SetUInt32(message, field_descriptor, value);

Completed in 7589 milliseconds