Searched refs:ReadUInt32 (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/net/spdy/
H A Dspdy_frame_reader.cc51 bool SpdyFrameReader::ReadUInt32(uint32* result) { function in class:net::SpdyFrameReader
68 bool success = ReadUInt32(result);
122 if (!ReadUInt32(&result_len)) {
H A Dspdy_frame_reader.h49 bool ReadUInt32(uint32* result);
52 // equivalent to ReadUInt32() above except that the highest-order bit is
H A Dspdy_frame_reader_test.cc35 TEST(SpdyFrameReaderTest, ReadUInt32) {
46 EXPECT_TRUE(frame_reader.ReadUInt32(&uint32_val));
50 EXPECT_TRUE(frame_reader.ReadUInt32(&uint32_val));
128 EXPECT_FALSE(frame_reader.ReadUInt32(&uint32_val));
/external/chromium_org/skia/ext/
H A Dskia_utils_base.cc28 if (!pickle.ReadUInt32(iter, &reply_id) ||
29 !pickle.ReadUInt32(iter, &reply_ttcIndex) ||
/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py125 def ReadUInt32(file, endian): function
186 magic = ReadUInt32(file, '<')
226 magic = ReadUInt32(file, '>')
229 nfat_arch = ReadUInt32(file, '>')
258 magic = ReadUInt32(executable_file, '<')
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.h36 bool ReadUInt32(const uint32 row, uint32* result) const;
H A Dpicasa_album_table_reader.cc85 if (!category_column.ReadUInt32(i, &category) ||
/external/chromium_org/net/quic/
H A Dquic_data_reader.h45 bool ReadUInt32(uint32* result);
H A Dquic_data_reader.cc24 bool QuicDataReader::ReadUInt32(uint32* result) { function in class:net::QuicDataReader
30 if (!ReadUInt32(&lo)) {
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc292 buffer.ReadUInt32(reinterpret_cast<uint32*>(&frame->width));
293 buffer.ReadUInt32(reinterpret_cast<uint32*>(&frame->height));
294 buffer.ReadUInt32(&frame->fourcc);
295 buffer.ReadUInt32(&frame->pixel_width);
296 buffer.ReadUInt32(&frame->pixel_height);
299 buffer.ReadUInt32(&frame->data_size);
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc144 bool ReadUInt32(uint32* data) { function in class:__anon7331::DataInputStream
188 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
212 if (!stream.ReadUInt32(&zip->crc)) {
217 if (!stream.ReadUInt32(&compressed_size)) {
221 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
254 if (!stream.ReadUInt32(&signature) ||
259 if (!stream.ReadUInt32(&zip->crc)) {
263 if (!stream.ReadUInt32(&compressed_size)) {
271 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h52 bool ReadUInt32(uint32* val);
/external/chromium/net/spdy/
H A Dspdy_frame_builder.h57 bool ReadUInt32(void** iter, uint32* result) const;
/external/chromium_org/content/common/
H A Dssl_status_serialization.cc57 pickle.ReadUInt32(&iter, cert_status) &&
H A Dfont_config_ipc_linux.cc83 !reply.ReadUInt32(&iter, &reply_style)) {
/external/chromium_org/net/quic/crypto/
H A Dnull_decrypter.cc79 !reader->ReadUInt32(&hi)) {
H A Dcrypto_framer.cc208 reader.ReadUInt32(&message_tag);
234 reader.ReadUInt32(&tag);
243 reader.ReadUInt32(&end_offset);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h67 bool ReadUInt32(uint32* val);
/external/chromium_org/base/
H A Dpickle.h34 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
157 bool ReadUInt32(PickleIterator* iter,
159 return iter->ReadUInt32(result);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h117 UInt32 ReadUInt32();
163 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } function in class:NArchive::N7z::CInArchive
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc118 buf.ReadUInt32(&packet->elapsed_time);
143 buf.ReadUInt32(&start_sec);
144 buf.ReadUInt32(&start_usec);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc146 buf.ReadUInt32(&packet->elapsed_time);
180 buf.ReadUInt32(&start_sec);
181 buf.ReadUInt32(&start_usec);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc334 if (!buf->ReadUInt32(&ip_))
362 if (!buf->ReadUInt32(&bits_))
437 if (!buf->ReadUInt32(&val))
521 if (!buf->ReadUInt32(&val))
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc117 if (!iter->ReadUInt32(&size))
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctputils.cc83 if (!buffer.ReadUInt32(&reliability_param)) {

Completed in 3640 milliseconds

123