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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.h52 bool ReadUInt32(uint32* val);
H A Dbytebuffer.cc98 bool ByteBuffer::ReadUInt32(uint32* val) { function in class:talk_base::ByteBuffer
H A Dsocketadapters.cc611 if (!response.ReadUInt32(&addr) ||
808 !request->ReadUInt32(&ip) ||
/external/chromium/net/spdy/
H A Dspdy_frame_builder.h57 bool ReadUInt32(void** iter, uint32* result) const;
H A Dspdy_frame_builder.cc49 bool SpdyFrameBuilder::ReadUInt32(void** iter, uint32* result) const { function in class:spdy::SpdyFrameBuilder
H A Dspdy_framer.cc758 if (!parser.ReadUInt32(&iter, &id))
760 if (!parser.ReadUInt32(&iter, &value))
/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/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/base/
H A Dpickle.h73 bool ReadUInt32(void** iter, uint32* result) const;
H A Dpickle.cc174 bool Pickle::ReadUInt32(void** iter, uint32* result) const { function in class:Pickle
/external/chromium/webkit/glue/
H A Dwebcursor_win.cc220 return pickle->ReadUInt32(iter, reinterpret_cast<uint32*>(&external_cursor_));
/external/chromium/base/metrics/
H A Dhistogram.cc251 !pickle.ReadUInt32(&iter, &range_checksum) ||
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py80 ReadUInt32 = ReadVarint variable in class:_MiniDecoder
1800 self.assertEqual(3, d.ReadUInt32())

Completed in 228 milliseconds