Searched defs:ReadUInt32 (Results 1 - 16 of 16) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc98 bool ByteBuffer::ReadUInt32(uint32* val) { function in class:talk_base::ByteBuffer
/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.cc72 bool PmpColumnReader::ReadUInt32(const uint32 row, uint32* result) const { function in class:picasa::PmpColumnReader
/external/chromium_org/net/quic/
H A Dquic_data_reader.cc21 bool QuicDataReader::ReadUInt32(uint32* result) { function in class:net::QuicDataReader
27 if (!ReadUInt32(&lo)) {
/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)) {
/external/chromium/net/spdy/
H A Dspdy_frame_builder.cc49 bool SpdyFrameBuilder::ReadUInt32(void** iter, uint32* result) const { function in class:spdy::SpdyFrameBuilder
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc116 bool ByteBuffer::ReadUInt32(uint32* val) { function in class:talk_base::ByteBuffer
/external/chromium/base/
H A Dpickle.cc174 bool Pickle::ReadUInt32(void** iter, uint32* result) const { function in class:Pickle
/external/chromium_org/base/
H A Dpickle.cc81 bool PickleIterator::ReadUInt32(uint32* result) { function in class:PickleIterator
H A Dpickle.h34 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
153 bool ReadUInt32(PickleIterator* iter, uint32* result) const { function in class:Pickle
154 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
H A D7zIn.cpp241 UInt32 CInByte2::ReadUInt32() function in class:NArchive::N7z::CInByte2
489 crc = ReadUInt32();
985 file.Attrib = ReadUInt32();
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.cc142 bool ReadUInt32(uint32* data) { function in class:__anon7058::DataInputStream
184 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
208 if (!stream.ReadUInt32(&zip->crc)) {
213 if (!stream.ReadUInt32(&compressed_size)) {
217 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
250 if (!stream.ReadUInt32(&signature) ||
255 if (!stream.ReadUInt32(&zip->crc)) {
259 if (!stream.ReadUInt32(&compressed_size)) {
267 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_util.cc129 bool ReadUInt32(uint32* data) { function in class:webdriver::__anon7107::DataInputStream
171 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
195 if (!stream.ReadUInt32(&zip->crc)) {
200 if (!stream.ReadUInt32(&compressed_size)) {
204 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
237 if (!stream.ReadUInt32(&signature) ||
242 if (!stream.ReadUInt32(&zip->crc)) {
246 if (!stream.ReadUInt32(&compressed_size)) {
254 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py80 ReadUInt32 = ReadVarint variable in class:_MiniDecoder
1800 self.assertEqual(3, d.ReadUInt32())
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py80 ReadUInt32 = ReadVarint variable in class:_MiniDecoder
2227 self.assertEqual(3, d.ReadUInt32())

Completed in 1740 milliseconds