Searched defs:SetUInt32 (Results 1 - 3 of 3) 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 Ddescriptor.cc2404 void SetUInt32(int number, uint32 value, FieldDescriptor::Type type,
4622 SetUInt32(option_field->number(),
4914 void DescriptorBuilder::OptionInterpreter::SetUInt32(int number, uint32 value, function in class:google::protobuf::DescriptorBuilder::OptionInterpreter
/external/protobuf/src/google/protobuf/
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

Completed in 169 milliseconds