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

/external/chromium_org/net/spdy/
H A Dspdy_frame_builder.h91 bool WriteUInt32(uint32 value) { function in class:net::SpdyFrameBuilder
/external/chromium/net/spdy/
H A Dspdy_frame_builder.h70 bool WriteUInt32(uint32 value) { function in class:spdy::SpdyFrameBuilder
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc158 void ByteBuffer::WriteUInt32(uint32 val) { function in class:talk_base::ByteBuffer
/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/base/
H A Dpickle.h105 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);
136 bool success = WriteUInt32(value);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc180 void ByteBuffer::WriteUInt32(uint32 val) { function in class:talk_base::ByteBuffer
/external/chromium_org/base/
H A Dpickle.h216 bool WriteUInt32(uint32 value) { function in class:Pickle
/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.cc111 void WriteUInt32(uint32 data) { function in class:__anon7058::DataOutputStream
289 stream.WriteUInt32(kFileHeaderSignature);
295 stream.WriteUInt32(crc);
296 stream.WriteUInt32(compressed_data.length());
297 stream.WriteUInt32(uncompressed_size);
306 stream.WriteUInt32(kCentralDirSignature);
313 stream.WriteUInt32(crc);
314 stream.WriteUInt32(compressed_data.length());
315 stream.WriteUInt32(uncompressed_size);
321 stream.WriteUInt32(
[all...]
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_util.cc98 void WriteUInt32(uint32 data) { function in class:webdriver::__anon7107::DataOutputStream
276 stream.WriteUInt32(kFileHeaderSignature);
282 stream.WriteUInt32(crc);
283 stream.WriteUInt32(compressed_data.length());
284 stream.WriteUInt32(uncompressed_size);
293 stream.WriteUInt32(kCentralDirSignature);
300 stream.WriteUInt32(crc);
301 stream.WriteUInt32(compressed_data.length());
302 stream.WriteUInt32(uncompressed_size);
308 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 625 milliseconds