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

/external/webrtc/webrtc/base/
H A Dbytebuffer.cc104 bool ByteBuffer::ReadUInt32(uint32_t* val) { function in class:rtc::ByteBuffer
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs609 public uint ReadUInt32() method in class:Google.Protobuf.CodedInputStream
/external/libchrome/base/
H A Dpickle.cc108 bool PickleIterator::ReadUInt32(uint32_t* result) { function in class:base::PickleIterator
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h315 UInt32 ReadUInt32();
366 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } function in class:NArchive::N7z::CInArchive
H A D7zIn.cpp225 UInt32 CInByte2::ReadUInt32() function in class:NArchive::N7z::CInByte2
579 crc = ReadUInt32();
904 crc = ReadUInt32();
1230 file.Attrib = ReadUInt32();
1256 file.Parent = (int)ReadUInt32();
1299 UInt32 numDescriptors = ReadUInt32();
1304 UInt32 size = ReadUInt32();
1320 // db.SecureIDs.Add(ReadUInt32());
1322 // ReadUInt32();
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py86 ReadUInt32 = ReadVarint variable in class:_MiniDecoder
2362 self.assertEqual(3, d.ReadUInt32())

Completed in 356 milliseconds