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

  /external/webrtc/webrtc/base/
bytebuffer.cc 168 void ByteBuffer::WriteUInt32(uint32_t val) {
  /external/libchrome/base/
pickle.h 237 bool WriteUInt32(uint32_t value) { return WritePOD(value); }
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 321 public void WriteUInt32(uint value)
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 350 void WireFormatLite::WriteUInt32(int field_number, uint32 value,
  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.cc 153 inline Status WriteUInt32(int field_number, const DataPiece& data,
157 WireFormatLite::WriteUInt32(field_number, u32.ValueOrDie(), stream);
594 status = WriteUInt32(field.number(), data, stream_.get());
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 168 void COutArchive::WriteUInt32(UInt32 value)
353 WriteUInt32(digests.Vals[i]);
697 WriteUInt32(file.Attrib);
755 WriteUInt32(file.Parent);
772 WriteUInt32(db.SecureSizes.Size());
774 WriteUInt32(db.SecureSizes[i]);
779 // WriteUInt32(db.SecureIDs[i]);

Completed in 262 milliseconds