HomeSort by relevance Sort by last modified time
    Searched defs:WriteUInt32 (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/
pickle.h 185 bool WriteUInt32(uint32_t value) { return WritePOD(value); }
  /external/webrtc/webrtc/base/
bytebuffer.cc 168 void ByteBuffer::WriteUInt32(uint32_t val) {
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 312 void WireFormatLite::WriteUInt32(int field_number, uint32 value,
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 168 void COutArchive::WriteUInt32(UInt32 value)
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 798 milliseconds