Searched defs:WriteUInt32 (Results 1 - 4 of 4) sorted by relevance
/external/libchrome/base/ | ||
H A D | pickle.h | 185 bool WriteUInt32(uint32_t value) { return WritePOD(value); } function in class:base::Pickle |
/external/webrtc/webrtc/base/ | ||
H A D | bytebuffer.cc | 168 void ByteBuffer::WriteUInt32(uint32_t val) { function in class:rtc::ByteBuffer |
/external/protobuf/src/google/protobuf/ | ||
H A D | wire_format_lite.cc | 312 void WireFormatLite::WriteUInt32(int field_number, uint32 value, function in class:google::protobuf::internal::WireFormatLite |
/external/lzma/CPP/7zip/Archive/7z/ | ||
H A D | 7zOut.cpp | 168 void COutArchive::WriteUInt32(UInt32 value)
function in class:NArchive::N7z::COutArchive 351 WriteUInt32(digests.Vals[i]); 684 WriteUInt32(file.Attrib); 742 WriteUInt32(file.Parent); 759 WriteUInt32(db.SecureSizes.Size()); 761 WriteUInt32(db.SecureSizes[i]); 766 // WriteUInt32(db.SecureIDs[i]); |
Completed in 168 milliseconds