Searched defs:WriteUInt32 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h103 bool WriteUInt32(uint32 value) { function in class:net::SpdyFrameBuilder
/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py164 def WriteUInt32(file, uint32, endian): function
218 WriteUInt32(file, flags, endian)
/external/chromium_org/base/
H A Dpickle.h242 bool WriteUInt32(uint32 value) { function in class:Pickle
/external/chromium_org/net/quic/
H A Dquic_data_writer.cc45 bool QuicDataWriter::WriteUInt32(uint32 value) { function in class:net::QuicDataWriter
52 return WriteUInt32(lo) && WriteUInt16(hi);
186 bool success = WriteUInt32(value);
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer.cc164 void ByteBuffer::WriteUInt32(uint32 val) { function in class:rtc::ByteBuffer
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc444 void WireFormatLite::WriteUInt32(int field_number, uint32 value, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc116 void WriteUInt32(uint32 data) { function in class:__anon5980::DataOutputStream
298 stream.WriteUInt32(kFileHeaderSignature);
304 stream.WriteUInt32(crc);
305 stream.WriteUInt32(compressed_data.length());
306 stream.WriteUInt32(uncompressed_size);
315 stream.WriteUInt32(kCentralDirSignature);
322 stream.WriteUInt32(crc);
323 stream.WriteUInt32(compressed_data.length());
324 stream.WriteUInt32(uncompressed_size);
330 stream.WriteUInt32(
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp186 void COutArchive::WriteUInt32(UInt32 value) function in class:NArchive::N7z::COutArchive
363 WriteUInt32(digests[i]);
733 WriteUInt32(file.Attrib);

Completed in 227 milliseconds