Home
last modified time | relevance | path

Searched refs:WriteUInt32 (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h70 void WriteUInt32(UInt32 value);
D7zOut.cpp186 void COutArchive::WriteUInt32(UInt32 value) in WriteUInt32() function in NArchive::N7z::COutArchive
363 WriteUInt32(digests[i]); in WriteHashDigests()
733 WriteUInt32(file.Attrib); in WriteHeader()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc312 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h339 static void WriteUInt32 (field_number, uint32 value, output);
Dextension_set_heavy.cc667 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in SerializeMessageSetItemWithCachedSizes()
Dwire_format_unittest.cc580 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in TEST()